Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h124 #define S_RSPD_LEN 0 macro
126 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
127 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
129 #define S_RSPD_QID S_RSPD_LEN