Home
last modified time | relevance | path

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

/linux-5.19.10/net/xdp/
Dxsk_queue.h114 static inline void __xskq_cons_read_addr_unchecked(struct xsk_queue *q, u32 cached_cons, u64 *addr) in __xskq_cons_read_addr_unchecked() function
125 __xskq_cons_read_addr_unchecked(q, q->cached_cons, addr); in xskq_cons_read_addr_unchecked()
Dxsk_buff_pool.c555 __xskq_cons_read_addr_unchecked(pool->fq, cached_cons++, &addr); in xp_alloc_new_from_fq()