Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dnetif.h1090 #define NETIF_RSP_NULL 1 macro
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c738 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_extra()
798 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_long()
859 XNB_ASSERT(rsp->status == NETIF_RSP_NULL); in xnb_txpkt2rsp_invalid()
H A Dnetback.c1629 rsp->status = NETIF_RSP_NULL; in xnb_txpkt2rsp()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1368 if (txr->status == NETIF_RSP_NULL) in xn_txeof()