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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h226 #define S_RSPD_TXQ0_CR 16 macro
228 #define V_RSPD_TXQ0_CR(x) ((x) << S_RSPD_TXQ0_CR)
229 #define G_RSPD_TXQ0_CR(x) (((x) >> S_RSPD_TXQ0_CR) & M_RSPD_TXQ0_CR)

Completed in 59 milliseconds