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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h209 #define S_RSPD_TXQ1_CR 0 macro
211 #define V_RSPD_TXQ1_CR(x) ((x) << S_RSPD_TXQ1_CR)
212 #define G_RSPD_TXQ1_CR(x) (((x) >> S_RSPD_TXQ1_CR) & M_RSPD_TXQ1_CR)

Completed in 55 milliseconds