Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/interface/io/
H A Dnetif.h1078 #define NETIF_RSP_NULL 1 macro
/freebsd-13.1/sys/dev/xen/netback/
H A Dnetback_unit_tests.c741 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_extra()
801 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_long()
862 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_invalid()
H A Dnetback.c1631 rsp->status = NETIF_RSP_NULL; in xnb_txpkt2rsp()
/freebsd-13.1/sys/dev/xen/netfront/
H A Dnetfront.c1286 if (txr->status == NETIF_RSP_NULL) in xn_txeof()