Searched refs:S_PACKETDROPS (Results 1 – 2 of 2) sorted by relevance
5160 #define S_PACKETDROPS 0 macro5162 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)5163 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
33006 #define S_PACKETDROPS 0 macro33008 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)33009 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)