Searched refs:GET_MFW_FIELD (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx.c | 29 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_ethtype() 46 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_port() 262 protocol_id = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_process_tlv() 456 sf_ieee = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data() 461 val = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data() 482 entry->ethtype = !(GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data() 488 entry->proto_id = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data() 510 pfc_map = GET_MFW_FIELD(pfc, DCBX_PFC_PRI_EN_BITMAP); in ecore_dcbx_get_pfc_data() 657 val = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) == in ecore_dcbx_get_operational_params() 661 val = !!(GET_MFW_FIELD(flags, DCBX_CONFIG_VERSION) == in ecore_dcbx_get_operational_params() [all …]
|
| H A D | ecore_mcp.c | 1002 GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_ROLE); in __ecore_mcp_load_req() 1004 GET_MFW_FIELD(load_rsp.misc0, LOAD_RSP_HSI); in __ecore_mcp_load_req() 2053 val = GET_MFW_FIELD(shmem_info.oem_cfg_func, in ecore_mcp_read_ufp_config() 4051 GET_MFW_FIELD(mb_params.param, in ecore_mcp_resc_allocation_msg() 4053 GET_MFW_FIELD(mb_params.param, in ecore_mcp_resc_allocation_msg() 4071 GET_MFW_FIELD(p_out_params->mcp_param, in ecore_mcp_resc_allocation_msg() 4073 GET_MFW_FIELD(p_out_params->mcp_param, in ecore_mcp_resc_allocation_msg() 4476 fir_valid = GET_MFW_FIELD(mb_params.mcp_param, in ecore_mcp_get_engine_config() 4480 GET_MFW_FIELD(mb_params.mcp_param, in ecore_mcp_get_engine_config() 4483 l2_valid = GET_MFW_FIELD(mb_params.mcp_param, in ecore_mcp_get_engine_config() [all …]
|
| H A D | ecore.h | 106 #define GET_MFW_FIELD(name, field) \ macro
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 258 GET_MFW_FIELD(info->mfw_rev, QED_MFW_VERSION_3), in qede_fw_version_get() 259 GET_MFW_FIELD(info->mfw_rev, QED_MFW_VERSION_2), in qede_fw_version_get() 260 GET_MFW_FIELD(info->mfw_rev, QED_MFW_VERSION_1), in qede_fw_version_get() 261 GET_MFW_FIELD(info->mfw_rev, QED_MFW_VERSION_0)); in qede_fw_version_get() 271 GET_MFW_FIELD(info->mbi_version, QED_MBI_VERSION_2), in qede_fw_version_get() 272 GET_MFW_FIELD(info->mbi_version, QED_MBI_VERSION_1), in qede_fw_version_get() 273 GET_MFW_FIELD(info->mbi_version, QED_MBI_VERSION_0)); in qede_fw_version_get()
|
| H A D | qede_debug.c | 6427 format_len = GET_MFW_FIELD(format_ptr->data, in qed_mcp_trace_alloc_meta_data() 6498 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() 6546 format_level = (u8)GET_MFW_FIELD(format_ptr->data, in qed_parse_mcp_trace_buf() 6548 format_module = (u8)GET_MFW_FIELD(format_ptr->data, in qed_parse_mcp_trace_buf()
|