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

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.h122 #define S_RSPD_LEN 0 macro
124 #define V_RSPD_LEN(x) ((x) << S_RSPD_LEN)
125 #define G_RSPD_LEN(x) (((x) >> S_RSPD_LEN) & M_RSPD_LEN)
127 #define S_RSPD_QID S_RSPD_LEN
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_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)

Completed in 109 milliseconds