Home
last modified time | relevance | path

Searched refs:V_FW_IQ_CMD_PFN (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4681 F_FW_CMD_EXEC | V_FW_IQ_CMD_PFN(pf) | in t4_iq_start_stop()
4713 F_FW_CMD_EXEC | V_FW_IQ_CMD_PFN(pf) | in t4_iq_free()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1115 F_FW_CMD_WRITE | F_FW_CMD_EXEC | V_FW_IQ_CMD_PFN(sc->pf) | in alloc_iq_fl()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h3646 #define V_FW_IQ_CMD_PFN(x) ((x) << S_FW_IQ_CMD_PFN) macro