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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1471 #define S_TXPORT0DROPCNT 0 macro
1473 #define V_TXPORT0DROPCNT(x) ((x) << S_TXPORT0DROPCNT)
1474 #define G_TXPORT0DROPCNT(x) (((x) >> S_TXPORT0DROPCNT) & M_TXPORT0DROPCNT)

Completed in 80 milliseconds