Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dxen-netfront.c359 struct xen_netif_tx_response *txrsp; in xennet_tx_buf_gc() local
361 txrsp = RING_GET_RESPONSE(&np->tx, cons); in xennet_tx_buf_gc()
362 if (txrsp->status == XEN_NETIF_RSP_NULL) in xennet_tx_buf_gc()
365 id = txrsp->id; in xennet_tx_buf_gc()