Searched refs:txreq (Results 1 – 1 of 1) sorted by relevance
294 xnb_dump_txreq(RING_IDX idx, const struct netif_tx_request *txreq) in xnb_dump_txreq() argument296 if (txreq != NULL) { in xnb_dump_txreq()298 DPRINTF("netif_tx_request.gref =%u\n", txreq->gref); in xnb_dump_txreq()299 DPRINTF("netif_tx_request.offset=%hu\n", txreq->offset); in xnb_dump_txreq()300 DPRINTF("netif_tx_request.flags =%hu\n", txreq->flags); in xnb_dump_txreq()301 DPRINTF("netif_tx_request.id =%hu\n", txreq->id); in xnb_dump_txreq()302 DPRINTF("netif_tx_request.size =%hu\n", txreq->size); in xnb_dump_txreq()