Home
last modified time | relevance | path

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

/linux/net/xdp/
H A Dxsk_queue.h344 static inline u32 xskq_cons_present_entries(struct xsk_queue *q) in xskq_cons_present_entries() function
H A Dxsk.c298 if (xskq_cons_present_entries(xs->tx) > xs->tx->nentries / 2) in xsk_tx_writeable()