Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk_queue.h120 static inline void __xskq_cons_read_addr_unchecked(struct xsk_queue *q, u32 cached_cons, u64 *addr) in __xskq_cons_read_addr_unchecked() function
131 __xskq_cons_read_addr_unchecked(q, q->cached_cons, addr); in xskq_cons_read_addr_unchecked()
H A Dxsk_buff_pool.c571 __xskq_cons_read_addr_unchecked(pool->fq, cached_cons++, &addr); in xp_alloc_new_from_fq()