Searched refs:rx_elem (Results 1 – 2 of 2) sorted by relevance
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);1332 struct rx_elem *tail, *head; in peek_rxbuf()1358 struct rx_elem *tail = pktq_out_elem (&active_dev->queue); in release_rxbuf()1393 struct rx_elem *head = pktq_in_elem (&active_dev->queue); in get_rxbuf()1445 PCAP_ASSERT (size >= sizeof(struct rx_elem) + sizeof(DWORD)); in pktq_init()1452 struct rx_elem *elem = (struct rx_elem*) pool; in pktq_init()1492 static struct rx_elem *pktq_in_elem (struct rx_ringbuf *q) in pktq_in_elem()1494 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index)); in pktq_in_elem()1500 static struct rx_elem *pktq_out_elem (struct rx_ringbuf *q) in pktq_out_elem()[all …]
127 struct rx_elem { struct