Searched defs:S_RXPORT2DROPCNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1507 #define S_RXPORT2DROPCNT 0 macro
1509 #define V_RXPORT2DROPCNT(x) ((x) << S_RXPORT2DROPCNT)
1510 #define G_RXPORT2DROPCNT(x) (((x) >> S_RXPORT2DROPCNT) & M_RXPORT2DROPCNT)

Completed in 84 milliseconds