Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h190 #define NETIF_RSP_ERROR -1 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c792 status = NETIF_RSP_ERROR; in xnb_to_peer()
1161 status = NETIF_RSP_ERROR; in xnb_copy_to_peer()
1413 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()
1445 status ? NETIF_RSP_OKAY : NETIF_RSP_ERROR); in xnb_from_peer()
1461 xnb_tx_mark_complete(xnbp, txreq->id, NETIF_RSP_ERROR); in xnb_from_peer()
1542 xnb_tx_mark_complete(xnbp, txp->xt_id, NETIF_RSP_ERROR); in xnb_from_peer()
H A Dxnf.c2343 case NETIF_RSP_ERROR: in xnf_rx_one_packet()