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

/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h132 #define S_RSPD_LEN 0 macro
134 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
135 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
137 #define S_RSPD_QID S_RSPD_LEN
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h272 #define S_RSPD_LEN 0 macro
274 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
275 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)

Completed in 168 milliseconds