Searched refs:NS_REPORT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dnetmap.h162 #define NS_REPORT 0x0002 /* ask the hardware to report results */ macro
/freebsd-10.1-release/sys/dev/netmap/
H A Dif_em_netmap.h152 int flags = (slot->flags & NS_REPORT ||
163 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dif_igb_netmap.h124 int flags = (slot->flags & NS_REPORT ||
134 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dixgbe_netmap.h168 * them every half ring, or where NS_REPORT is set
209 * but only a few times per ring or when NS_REPORT is set.
231 int flags = (slot->flags & NS_REPORT ||
245 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dif_lem_netmap.h139 int flags = (slot->flags & NS_REPORT ||
150 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dif_re_netmap.h118 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dif_vtnet_netmap.h147 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
H A Dnetmap_generic.c52 * (those with NS_REPORT, or otherwise every half ring)
592 /* XXX we should ask notifications when NS_REPORT is set,
624 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
/freebsd-10.1-release/sys/dev/cxgbe/
H A Dt4_netmap.c691 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED);
/freebsd-10.1-release/tools/tools/netmap/
H A Dpkt-gen.c695 * On the last one set NS_REPORT to tell the driver to generate
753 slot->flags |= NS_REPORT;

Completed in 80 milliseconds