Searched refs:txreq (Results 1 – 1 of 1) sorted by relevance
301 xnb_dump_txreq(RING_IDX idx, const struct netif_tx_request *txreq) in xnb_dump_txreq() argument303 if (txreq != NULL) { in xnb_dump_txreq()305 DPRINTF("netif_tx_request.gref =%u\n", txreq->gref); in xnb_dump_txreq()306 DPRINTF("netif_tx_request.offset=%hu\n", txreq->offset); in xnb_dump_txreq()307 DPRINTF("netif_tx_request.flags =%hu\n", txreq->flags); in xnb_dump_txreq()308 DPRINTF("netif_tx_request.id =%hu\n", txreq->id); in xnb_dump_txreq()309 DPRINTF("netif_tx_request.size =%hu\n", txreq->size); in xnb_dump_txreq()