Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/netmap/
Dif_igb_netmap.h124 int flags = (slot->flags & NS_REPORT || in igb_netmap_txsync()
134 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in igb_netmap_txsync()
Dif_lem_netmap.h121 int flags = (slot->flags & NS_REPORT || in lem_netmap_txsync()
132 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in lem_netmap_txsync()
Dif_em_netmap.h152 int flags = (slot->flags & NS_REPORT || in em_netmap_txsync()
163 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in em_netmap_txsync()
Dixgbe_netmap.h231 int flags = (slot->flags & NS_REPORT || in ixgbe_netmap_txsync()
245 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in ixgbe_netmap_txsync()
Dif_re_netmap.h118 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in re_netmap_txsync()
Dnetmap_generic.c571 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in generic_netmap_txsync()
/freebsd-9-stable/sys/net/
Dnetmap.h162 #define NS_REPORT 0x0002 /* ask the hardware to report results */ macro
/freebsd-9-stable/tools/tools/netmap/
Dpkt-gen.c710 slot->flags |= NS_REPORT; in send_packets()