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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h58 #define S_EC_BASE_LO 16 macro
60 #define V_EC_BASE_LO(x) ((x) << S_EC_BASE_LO)
61 #define G_EC_BASE_LO(x) (((x) >> S_EC_BASE_LO) & M_EC_BASE_LO)

Completed in 111 milliseconds