Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.h282 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);
Dhw_atl_utils.c55 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() function
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c204 err = hw_atl_utils_initfw(self->aq_hw, &self->aq_fw_ops); in aq_nic_ndev_register()