Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dxen-netfront.c411 struct xen_netif_tx_response txrsp; in xennet_tx_buf_gc() local
415 RING_COPY_RESPONSE(&queue->tx, cons, &txrsp); in xennet_tx_buf_gc()
416 if (txrsp.status == XEN_NETIF_RSP_NULL) in xennet_tx_buf_gc()
419 id = txrsp.id; in xennet_tx_buf_gc()
/kernel/linux/linux-6.6/drivers/net/
H A Dxen-netfront.c409 struct xen_netif_tx_response txrsp; in xennet_tx_buf_gc() local
413 RING_COPY_RESPONSE(&queue->tx, cons, &txrsp); in xennet_tx_buf_gc()
414 if (txrsp.status == XEN_NETIF_RSP_NULL) in xennet_tx_buf_gc()
417 id = txrsp.id; in xennet_tx_buf_gc()

Completed in 8 milliseconds