Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dxen-netfront.c410 struct xen_netif_tx_response txrsp; in xennet_tx_buf_gc() local
414 RING_COPY_RESPONSE(&queue->tx, cons, &txrsp); in xennet_tx_buf_gc()
415 if (txrsp.status == XEN_NETIF_RSP_NULL) in xennet_tx_buf_gc()
418 id = txrsp.id; in xennet_tx_buf_gc()