Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/xen/io/
H A Dnetif.h1087 #define NETIF_RSP_ERROR -1 macro
/freebsd-14.2/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.c854 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_invalid()
890 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_txpkt2rsp_error()
2052 XNB_ASSERT(rsp->status == NETIF_RSP_ERROR); in xnb_rxpkt2rsp_copyerror()