Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h108 #define S_RSPD_LEN 0 macro
110 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
111 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
113 #define S_RSPD_QID S_RSPD_LEN