Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dnetif.h1087 #define NETIF_RSP_ERROR -1 macro
/freebsd/sys/dev/xen/netback/
H A Dnetback.c1614 NETIF_RSP_ERROR : NETIF_RSP_OKAY; in xnb_txpkt2rsp()
2074 rsp->status = NETIF_RSP_ERROR; in xnb_rxpkt2rsp()
H A Dnetback_unit_tests.c855 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_invalid()
891 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_error()
2053 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_rxpkt2rsp_copyerror()