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.c787 int16_t status = NETIF_RSP_OKAY;
818 if (status != NETIF_RSP_OKAY) {
1015 int16_t status = NETIF_RSP_OKAY;
1164 if (status != NETIF_RSP_OKAY) {
1443 status ? NETIF_RSP_OKAY : NETIF_RSP_ERROR);
1576 xnb_tx_mark_complete(xnbp, txp->xt_id, NETIF_RSP_OKAY);
H A Dxnf.c1208 result = (txp->tx_status == NETIF_RSP_OKAY);

Completed in 51 milliseconds