Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_drvinfo.c42 if (!aq_nic->aq_fw_ops->get_phy_temp) in aq_hwmon_read()
45 err = aq_nic->aq_fw_ops->get_phy_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read()
49 if (!aq_nic->aq_fw_ops->get_mac_temp && in aq_hwmon_read()
53 if (aq_nic->aq_fw_ops->get_mac_temp) in aq_hwmon_read()
54 err = aq_nic->aq_fw_ops->get_mac_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read()
95 if (channel == 0 && !nic->aq_fw_ops->get_phy_temp) in aq_hwmon_is_visible()
97 else if (channel == 1 && !nic->aq_fw_ops->get_mac_temp && in aq_hwmon_is_visible()
H A Daq_nic.h140 const struct aq_fw_ops *aq_fw_ops; member
H A Daq_macsec.c1453 if (!nic->aq_fw_ops->get_link_capabilities) in aq_macsec_init()
1456 caps_lo = nic->aq_fw_ops->get_link_capabilities(nic->aq_hw); in aq_macsec_init()
1493 if (nic->aq_fw_ops->send_macsec_req) { in aq_macsec_enable()
1504 ret = nic->aq_fw_ops->send_macsec_req(hw, &msg, &resp); in aq_macsec_enable()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c67 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw()
89 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()
90 err = self->aq_fw_ops->init(self); in hw_atl_utils_initfw()
1081 const struct aq_fw_ops aq_fw_1x_ops = {