Home
last modified time | relevance | path

Searched refs:txrp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.c1122 netif_tx_request_t *txrp; in xnf_set_multicast() local
1169 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() local
1469 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in tx_push_packets()
1473 *txrp = txp->tx_txreq; in tx_push_packets()