Home
last modified time | relevance | path

Searched refs:heads_cnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/xdp/
H A Dxsk_buff_pool.c78 pool->heads_cnt = umem->chunks; in xp_create_and_assign_umem()
121 for (i = 0; i < pool->heads_cnt; i++) in xp_set_rxq_info()
400 for (i = 0; i < pool->heads_cnt; i++) { in xp_init_dma_info()
/openbmc/linux/include/net/
H A Dxsk_buff_pool.h59 u32 heads_cnt; member