Home
last modified time | relevance | path

Searched refs:hw_atl2_utils_get_fw_version (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.c37 self->fw_ver_actual = hw_atl2_utils_get_fw_version(self); in hw_atl2_utils_initfw()
H A Dhw_atl2_utils.h629 u32 hw_atl2_utils_get_fw_version(struct aq_hw_s *self);
H A Dhw_atl2_utils_fw.c559 u32 hw_atl2_utils_get_fw_version(struct aq_hw_s *self) in hw_atl2_utils_get_fw_version() function
H A Dhw_atl2.c859 .hw_get_fw_version = hw_atl2_utils_get_fw_version,