Lines Matching refs:rx_ringbuf
60 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool);
61 static int pktq_check (struct rx_ringbuf *q);
62 static int pktq_inc_out (struct rx_ringbuf *q);
63 static int pktq_in_index (struct rx_ringbuf *q) LOCKED_FUNC;
64 static void pktq_clear (struct rx_ringbuf *q) LOCKED_FUNC;
66 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) LOCKED_FUNC;
67 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q);
1398 static int pktq_check (struct rx_ringbuf *q) in pktq_check()
1421 static int pktq_init (struct rx_ringbuf *q, int size, int num, char *pool) in pktq_init()
1454 static int pktq_inc_out (struct rx_ringbuf *q) in pktq_inc_out()
1466 static int pktq_in_index (struct rx_ringbuf *q) in pktq_in_index()
1478 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) in pktq_in_elem()
1486 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q) in pktq_out_elem()
1494 static void pktq_clear (struct rx_ringbuf *q) in pktq_clear()