Home
last modified time | relevance | path

Searched refs:component_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Dfw.c434 if (pdsc->fw_components.info[i].component_type == type) in pdsc_component_type_exists()
450 info->component_type == type) in pdsc_component_id_matches_type()
465 return info->component_type; in pdsc_get_component_type_by_id()
760 u8 component_type; in pdsc_flash_component() local
765 component_type = pdsc_get_component_type_by_id(pdsc, in pdsc_flash_component()
767 if (component_type) { in pdsc_flash_component()
768 const char *type_name = pdsc_fw_type_to_name(component_type); in pdsc_flash_component()
770 if (component_type == PDS_CORE_FW_TYPE_MAIN) { in pdsc_flash_component()
H A Ddevlink.c106 if (info->component_type == PDS_CORE_FW_TYPE_MAIN) { in pdsc_dl_report_component()
112 name = pdsc_fw_type_to_name(info->component_type); in pdsc_dl_report_component()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw-cmd.h128 u8 component_type; member
219 u8 component_type; member
H A Ddpsw.h166 enum dpsw_component_type component_type; member
H A Ddpsw.c327 attr->component_type = dpsw_get_field(rsp_params->component_type, COMPONENT_TYPE); in dpsw_get_attributes()
/linux/include/linux/pds/
H A Dpds_core_if.h726 u8 component_type; member