Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk_queue.h306 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries() function
H A Dxsk_buff_pool.c653 return xskq_cons_has_entries(pool->fq, count - pool->free_list_cnt); in xp_can_alloc()