Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h5161 #define S_PACKETDROPS 0 macro
5163 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)
5164 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h26209 #define S_PACKETDROPS 0 macro
26211 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)
26212 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h26180 #define S_PACKETDROPS 0 macro
26182 #define V_PACKETDROPS(x) ((x) << S_PACKETDROPS)
26183 #define G_PACKETDROPS(x) (((x) >> S_PACKETDROPS) & M_PACKETDROPS)