Searched refs:NS_REPORT (Results 1 – 8 of 8) sorted by relevance
124 int flags = (slot->flags & NS_REPORT || in igb_netmap_txsync()134 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in igb_netmap_txsync()
121 int flags = (slot->flags & NS_REPORT || in lem_netmap_txsync()132 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in lem_netmap_txsync()
152 int flags = (slot->flags & NS_REPORT || in em_netmap_txsync()163 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in em_netmap_txsync()
231 int flags = (slot->flags & NS_REPORT || in ixgbe_netmap_txsync()245 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in ixgbe_netmap_txsync()
118 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in re_netmap_txsync()
571 slot->flags &= ~(NS_REPORT | NS_BUF_CHANGED); in generic_netmap_txsync()
162 #define NS_REPORT 0x0002 /* ask the hardware to report results */ macro
710 slot->flags |= NS_REPORT; in send_packets()