Lines Matching defs:txrp
1122 netif_tx_request_t *txrp;
1169 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot);
1173 txrp->gref = 0;
1174 txrp->size = 0;
1175 txrp->offset = 0;
1177 txrp->id = txp->tx_txreq.id = tidp->id;
1178 txrp->flags = NETTXF_extra_info;
1464 netif_tx_request_t *txrp;
1469 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot);
1473 *txrp = txp->tx_txreq;