Home
last modified time | relevance | path

Searched refs:NS_REPORT (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/net/
HDnetmap.h184 #define NS_REPORT 0x0002 /* ask the hardware to report results */ macro
HDiflib.c1058 flags |= (slot->flags & NS_REPORT || in iflib_netmap_txsync()
1113 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED | NS_MOREFRAG); in iflib_netmap_txsync()
/freebsd-13-stable/sys/dev/netmap/
HDif_vtnet_netmap.h93 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in vtnet_netmap_txsync()
HDif_re_netmap.h119 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in re_netmap_txsync()
HDnetmap_generic.c767 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in generic_netmap_txsync()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_netmap.c1008 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in cxgbe_nm_tx()
/freebsd-13-stable/tools/tools/netmap/
HDpkt-gen.c1332 slot->flags |= NS_REPORT; in send_packets()
2186 slot->flags |= NS_REPORT; in txseq_body()