Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h191 #define NETIF_RSP_OKAY 0 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c789 int16_t status = NETIF_RSP_OKAY; in xnb_to_peer()
820 if (status != NETIF_RSP_OKAY) { in xnb_to_peer()
1017 int16_t status = NETIF_RSP_OKAY; in xnb_copy_to_peer()
1166 if (status != NETIF_RSP_OKAY) { in xnb_copy_to_peer()
1445 status ? NETIF_RSP_OKAY : NETIF_RSP_ERROR); in xnb_from_peer()
1578 xnb_tx_mark_complete(xnbp, txp->xt_id, NETIF_RSP_OKAY); in xnb_from_peer()
H A Dxnf.c1392 result = (txp->tx_status == NETIF_RSP_OKAY); in xnf_set_multicast()