Searched refs:NETIF_RSP_OKAY (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/xen/interface/io/
H A Dnetif.h415 #define NETIF_RSP_OKAY 0 macro
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c697 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
738 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
798 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
808 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
814 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
957 XNB_ASSERT(rsp->status == NETIF_RSP_OKAY);
H A Dnetback.c1623 NETIF_RSP_ERROR : NETIF_RSP_OKAY;
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c1283 if (txr->status != NETIF_RSP_OKAY) {

Completed in 126 milliseconds