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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h218 #define S_RSPD_TXQ2_CR 8 macro
220 #define V_RSPD_TXQ2_CR(x) ((x) << S_RSPD_TXQ2_CR)
221 #define G_RSPD_TXQ2_CR(x) (((x) >> S_RSPD_TXQ2_CR) & M_RSPD_TXQ2_CR)

Completed in 91 milliseconds