Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8381 #define S_RXPORT 7 macro
8383 #define V_RXPORT(x) ((x) << S_RXPORT)
8384 #define G_RXPORT(x) (((x) >> S_RXPORT) & M_RXPORT)