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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1476 #define S_TXPORT1DROPCNT 16 macro
1478 #define V_TXPORT1DROPCNT(x) ((x) << S_TXPORT1DROPCNT)
1479 #define G_TXPORT1DROPCNT(x) (((x) >> S_TXPORT1DROPCNT) & M_TXPORT1DROPCNT)

Completed in 82 milliseconds