Home
last modified time | relevance | path

Searched refs:V_EC_VALID (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/cxgb/common/
H A Dcxgb_sge_defs.h86 #define V_EC_VALID(x) ((x) << S_EC_VALID) macro
87 #define F_EC_VALID V_EC_VALID(1U)
H A Dcxgb_t3_hw.c2726 t3_write_reg(adapter, A_SG_CONTEXT_DATA3, V_EC_VALID(enable)); in t3_sge_enable_ecntxt()