Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_mcp.c1937 if (mdump_cmd_params.mcp_resp != FW_MSG_CODE_OK) { in ecore_mcp_mdump_get_config()
2018 if (mdump_cmd_params.mcp_resp != FW_MSG_CODE_OK) { in ecore_mcp_mdump_get_retain()
2592 if (resp != FW_MSG_CODE_OK) { in ecore_mcp_get_shmem_proto_mfw()
3329 } else if (resp != FW_MSG_CODE_OK) { in ecore_mcp_mask_parities()
3525 if (resp != FW_MSG_CODE_OK && in ecore_mcp_nvm_write()
3767 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_register_test()
3789 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_clock_test()
3811 if (((rsp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK)) in ecore_mcp_bist_nvm_test_get_num_images()
3834 if (((resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_OK) || in ecore_mcp_bist_nvm_test_get_image_att()
4237 if (mb_params.mcp_resp != FW_MSG_CODE_OK) { in ecore_mcp_get_lldp_mac()
[all …]
HDmcp_public.h1689 #define FW_MSG_CODE_OK 0x00160000 macro