Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c1874 if (mdump_cmd_params.mcp_resp != FW_MSG_CODE_OK) { in ecore_mcp_mdump_get_config()
1962 if (mdump_cmd_params.mcp_resp != FW_MSG_CODE_OK) { in ecore_mcp_mdump_get_retain()
3114 } else if (resp != FW_MSG_CODE_OK) { in ecore_mcp_mask_parities()
3308 if (resp != FW_MSG_CODE_OK && in ecore_mcp_nvm_write()
3550 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_register_test()
3572 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_clock_test()
3594 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK)) in ecore_mcp_bist_nvm_test_get_num_images()
3617 if (((resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_nvm_test_get_image_att()
3641 else if (rsp != FW_MSG_CODE_OK) in ecore_mcp_bist_nvm_get_num_images()
3668 else if ((resp != FW_MSG_CODE_OK) || (p_image_att->return_code != 1)) in ecore_mcp_bist_nvm_get_image_att()
[all …]
H A Dmcp_public.h1796 #define FW_MSG_CODE_OK 0x00160000 macro