Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1307 netif_tx_request_t *txrp; in xnf_set_multicast() local
1354 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_set_multicast()
1358 txrp->gref = 0; in xnf_set_multicast()
1359 txrp->size = 0; in xnf_set_multicast()
1360 txrp->offset = 0; in xnf_set_multicast()
1362 txrp->id = txp->tx_txreq.id = tidp->id; in xnf_set_multicast()
1363 txrp->flags = NETTXF_extra_info; in xnf_set_multicast()
1682 netif_tx_request_t *txrp; in xnf_tx_push_packet() local
1686 txrp = RING_GET_REQUEST(&xnfp->xnf_tx_ring, slot); in xnf_tx_push_packet()
1690 *txrp = txp->tx_txreq; in xnf_tx_push_packet()