Lines Matching refs:RING_GET_REQUEST
1496 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt()
1509 (netif_extra_info_t*) RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt()
1525 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, in xnb_ring2pkt()
1527 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, in xnb_ring2pkt()
1543 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, start)); in xnb_ring2pkt()
1544 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, idx)); in xnb_ring2pkt()
1556 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); in xnb_ring2pkt()
1564 xnb_dump_txreq(start, RING_GET_REQUEST(tx_ring, start)); in xnb_ring2pkt()
1565 xnb_dump_txreq(idx, RING_GET_REQUEST(tx_ring, idx)); in xnb_ring2pkt()
1620 tx = RING_GET_REQUEST(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp()
1636 tx = RING_GET_REQUEST(ring, ring->rsp_prod_pvt); in xnb_txpkt2rsp()
1712 const netif_tx_request_t *txq = RING_GET_REQUEST(txb, r_idx); in xnb_txpkt2gnttab()
1966 const netif_rx_request_t *rxq = RING_GET_REQUEST(rxb, r_idx); in xnb_rxpkt2gnttab()
2071 id = RING_GET_REQUEST(ring, ring->rsp_prod_pvt)->id; in xnb_rxpkt2rsp()
2091 rxq = *(RING_GET_REQUEST(ring, r_idx)); in xnb_rxpkt2rsp()