Home
last modified time | relevance | path

Searched refs:hw_atl_utils_initfw (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.h437 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
Dhw_atl_utils.c61 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() function
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c242 err = hw_atl_utils_initfw(self->aq_hw, &self->aq_fw_ops); in aq_nic_ndev_register()