Home
last modified time | relevance | path

Searched refs:NETIF_RSP_NULL (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/xen/interface/io/
H A Dnetif.h417 #define NETIF_RSP_NULL 1 macro
/freebsd-12.1/sys/dev/xen/netback/
H A Dnetback_unit_tests.c744 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_extra()
804 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_long()
865 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_invalid()
H A Dnetback.c1640 rsp->status = NETIF_RSP_NULL; in xnb_txpkt2rsp()
/freebsd-12.1/sys/dev/xen/netfront/
H A Dnetfront.c1286 if (txr->status == NETIF_RSP_NULL) in xn_txeof()