Searched refs:txrp (Results 1 – 1 of 1) sorted by relevance
1122 netif_tx_request_t *txrp; in xnf_set_multicast() local1169 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_set_multicast()1173 txrp->gref = 0; in xnf_set_multicast()1174 txrp->size = 0; in xnf_set_multicast()1175 txrp->offset = 0; in xnf_set_multicast()1177 txrp->id = txp->tx_txreq.id = tidp->id; in xnf_set_multicast()1178 txrp->flags = NETTXF_extra_info; in xnf_set_multicast()1464 netif_tx_request_t *txrp; in tx_push_packets() local1469 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in tx_push_packets()1473 *txrp = txp->tx_txreq; in tx_push_packets()