Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3437 V_SF_LOCK(lock) | V_CONT(cont) | V_BYTECNT(byte_cnt - 1)); in sf1_read()
3464 t4_write_reg(adapter, A_SF_OP, V_SF_LOCK(lock) | in sf1_write()
H A Dt4_regs.h9743 #define V_SF_LOCK(x) ((x) << S_SF_LOCK) macro
9744 #define F_SF_LOCK V_SF_LOCK(1U)