Lines Matching refs:ptnet_queue

120 struct ptnet_queue {  struct
161 struct ptnet_queue *queues;
162 struct ptnet_queue *rxqueues;
191 static int ptnet_drain_transmit_queue(struct ptnet_queue *pq,
220 static int ptnet_rx_eof(struct ptnet_queue *pq, unsigned int budget,
261 static inline void ptnet_kick(struct ptnet_queue *pq) in ptnet_kick()
360 sc->queues = malloc(sizeof(struct ptnet_queue) * sc->num_rings, in ptnet_attach()
369 struct ptnet_queue *pq = sc->queues + i; in ptnet_attach()
521 struct ptnet_queue *pq = sc->queues + i; in ptnet_detach()
550 struct ptnet_queue *pq = sc->queues + i; in ptnet_detach()
640 struct ptnet_queue *pq = sc->queues + i; in ptnet_irqs_init()
655 struct ptnet_queue *pq = sc->queues + i; in ptnet_irqs_init()
681 struct ptnet_queue *pq = sc->queues + i; in ptnet_irqs_init()
708 struct ptnet_queue *pq = sc->queues + i; in ptnet_irqs_fini()
776 struct ptnet_queue *pq; in ptnet_ioctl()
974 struct ptnet_queue *pq = sc->queues + i; in ptnet_qflush()
1012 struct ptnet_queue *pq = sc->queues + i; in ptnet_get_counter()
1050 struct ptnet_queue *pq = sc->queues + i; in ptnet_tick()
1164 struct ptnet_queue *pq; in ptnet_nm_register()
1241 struct ptnet_queue *pq = sc->queues + kring->ring_id; in ptnet_nm_txsync()
1256 struct ptnet_queue *pq = sc->rxqueues + kring->ring_id; in ptnet_nm_rxsync()
1274 struct ptnet_queue *pq = sc->queues + i; in ptnet_nm_intr()
1282 struct ptnet_queue *pq = opaque; in ptnet_tx_intr()
1304 struct ptnet_queue *pq = opaque; in ptnet_rx_intr()
1339 ptnet_ring_update(struct ptnet_queue *pq, struct netmap_kring *kring, in ptnet_ring_update()
1370 ptnet_drain_transmit_queue(struct ptnet_queue *pq, unsigned int budget, in ptnet_drain_transmit_queue()
1570 struct ptnet_queue *pq; in ptnet_transmit()
1671 ptnet_rx_eof(struct ptnet_queue *pq, unsigned int budget, bool may_resched) in ptnet_rx_eof()
1907 struct ptnet_queue *pq = context; in ptnet_rx_task()
1916 struct ptnet_queue *pq = context; in ptnet_tx_task()
1942 struct ptnet_queue *pq = sc->queues + i; in ptnet_poll()