Searched refs:S_RX_NPORTS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1407 #define S_RX_NPORTS 0 macro
1409 #define V_RX_NPORTS(x) ((x) << S_RX_NPORTS)
1410 #define G_RX_NPORTS(x) (((x) >> S_RX_NPORTS) & M_RX_NPORTS)

Completed in 71 milliseconds