Searched refs:rx_ringbuf (Results 1 – 2 of 2) sorted by relevance
61 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool);62 static int pktq_check (struct rx_ringbuf *q);63 static int pktq_inc_out (struct rx_ringbuf *q);64 static int pktq_in_index (struct rx_ringbuf *q) LOCKED_FUNC;65 static void pktq_clear (struct rx_ringbuf *q) LOCKED_FUNC;67 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;68 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);1428 static int pktq_check (struct rx_ringbuf *q) in pktq_check()1451 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool) in pktq_init()1484 static int pktq_inc_out (struct rx_ringbuf *q) in pktq_inc_out()[all …]
119 struct rx_ringbuf { struct