Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/interface/io/
H A Dnetif.h1075 #define NETIF_RSP_ERROR -1 macro
/freebsd-13.1/sys/dev/xen/netback/
H A Dnetback_unit_tests.c858 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_invalid()
894 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_error()
2060 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_rxpkt2rsp_copyerror()
H A Dnetback.c1616 NETIF_RSP_ERROR : NETIF_RSP_OKAY; in xnb_txpkt2rsp()
2076 rsp->status = NETIF_RSP_ERROR; in xnb_rxpkt2rsp()