Searched refs:FW_MSG_CODE_MASK (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c570 p_mb_params->mcp_resp &= FW_MSG_CODE_MASK;
3274 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) ||
3295 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) ||
3317 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK))
3343 if (((resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) ||
H A Dqed_mfw_hsi.h1119 #define FW_MSG_CODE_MASK 0xffff0000 macro
H A Dqed_main.c2706 switch (mcp_response & FW_MSG_CODE_MASK) {
H A Dqed_debug.c1854 if (nvm_result || (ret_mcp_resp & FW_MSG_CODE_MASK) !=
1910 if ((ret_mcp_resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h1354 #define FW_MSG_CODE_MASK 0xffff0000 macro
H A Dbnx2x_main.c3051 rc &= FW_MSG_CODE_MASK;

Completed in 407 milliseconds