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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h217 #define S_RSPD_TXQ2_CR 8 macro
219 #define V_RSPD_TXQ2_CR(x) ((x) << S_RSPD_TXQ2_CR)
220 #define G_RSPD_TXQ2_CR(x) (((x) >> S_RSPD_TXQ2_CR) & M_RSPD_TXQ2_CR)

Completed in 72 milliseconds