Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c244 if (G_FW_CMD_OP(res >> 32) == FW_DEBUG_CMD) { in t4_wr_mbox_meat()
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h2847 #define G_FW_CMD_OP(x) (((x) >> S_FW_CMD_OP) & M_FW_CMD_OP) macro