Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/common/
HDt4_hw.c295 if (G_FW_CMD_OP(res >> 32) == FW_DEBUG_CMD) { in t4_wr_mbox_meat()
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4fw_interface.h3039 #define G_FW_CMD_OP(x) (((x) >> S_FW_CMD_OP) & M_FW_CMD_OP) macro
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_interface.h3261 #define G_FW_CMD_OP(x) (((x) >> S_FW_CMD_OP) & M_FW_CMD_OP) macro