Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/public/io/
H A Dnetif.h191 #define NETIF_RSP_OKAY 0 macro
/titanic_44/usr/src/uts/common/xen/io/
H A Dxnb.c787 int16_t status = NETIF_RSP_OKAY; in xnb_to_peer()
818 if (status != NETIF_RSP_OKAY) { in xnb_to_peer()
1015 int16_t status = NETIF_RSP_OKAY; in xnb_copy_to_peer()
1164 if (status != NETIF_RSP_OKAY) { in xnb_copy_to_peer()
1443 status ? NETIF_RSP_OKAY : NETIF_RSP_ERROR); in xnb_from_peer()
1576 xnb_tx_mark_complete(xnbp, txp->xt_id, NETIF_RSP_OKAY); in xnb_from_peer()
H A Dxnf.c1208 result = (txp->tx_status == NETIF_RSP_OKAY); in xnf_set_multicast()