Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/interface/io/
Dnetif.h266 #define XEN_NETIF_RSP_NULL 1 macro
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c1835 RING_GET_RESPONSE(&queue->tx, ++i)->status = XEN_NETIF_RSP_NULL; in make_tx_response()
/linux-4.4.14/drivers/net/
Dxen-netfront.c378 if (txrsp->status == XEN_NETIF_RSP_NULL) in xennet_tx_buf_gc()