Home
last modified time | relevance | path

Searched refs:S_PACKETDROPS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5160 #define S_PACKETDROPS 0 macro
5162 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)
5163 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h26213 #define S_PACKETDROPS 0 macro
26215 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)
26216 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)