Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3125 V_SF_LOCK(lock) | V_CONT(cont) | V_BYTECNT(byte_cnt - 1)); in sf1_read()
3152 t4_write_reg(adapter, A_SF_OP, V_SF_LOCK(lock) | in sf1_write()
H A Dt4_regs.h37806 #define V_SF_LOCK(x) ((x) << S_SF_LOCK) macro
37807 #define F_SF_LOCK V_SF_LOCK(1U)