Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_sge_defs.h85 #define V_EC_VALID(x) ((x) << S_EC_VALID) macro
86 #define F_EC_VALID V_EC_VALID(1U)
H A Dcxgb_t3_hw.c2070 t3_write_reg(adapter, A_SG_CONTEXT_DATA3, V_EC_VALID(enable)); in t3_sge_enable_ecntxt()