Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c3130 V_SF_LOCK(lock) | V_CONT(cont) | V_BYTECNT(byte_cnt - 1)); in sf1_read()
3157 t4_write_reg(adapter, A_SF_OP, V_SF_LOCK(lock) | in sf1_write()
HDt4_regs.h37802 #define V_SF_LOCK(x) ((x) << S_SF_LOCK) macro
37803 #define F_SF_LOCK V_SF_LOCK(1U)