Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_hw.h123 #define S_RSPD_LEN 0 macro
125 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
126 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
128 #define S_RSPD_QID S_RSPD_LEN
/trueos/sys/dev/cxgb/common/
HDcxgb_sge_defs.h271 #define S_RSPD_LEN 0 macro
273 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
274 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)