Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_hw.c8699 V_FW_EQ_CTRL_CMD_PFN(pf) | in t4_ctrl_eq_free()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_sge.c4303 F_FW_CMD_WRITE | F_FW_CMD_EXEC | V_FW_EQ_CTRL_CMD_PFN(sc->pf) | in ctrl_eq_alloc()
/freebsd-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h6148 #define V_FW_EQ_CTRL_CMD_PFN(x) ((x) << S_FW_EQ_CTRL_CMD_PFN) macro