Home
last modified time | relevance | path

Searched refs:aq_hw_ops (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c15 const struct aq_hw_ops *aq_hw_ops; member
46 if (self->aq_hw_ops->hw_ring_tx_head_update) { in aq_vec_poll()
47 err = self->aq_hw_ops->hw_ring_tx_head_update( in aq_vec_poll()
60 err = self->aq_hw_ops->hw_ring_rx_receive(self->aq_hw, in aq_vec_poll()
80 err = self->aq_hw_ops->hw_ring_rx_fill( in aq_vec_poll()
94 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_vec_poll()
184 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() argument
191 self->aq_hw_ops = aq_hw_ops; in aq_vec_init()
200 err = self->aq_hw_ops->hw_ring_tx_init(self->aq_hw, in aq_vec_init()
210 err = self->aq_hw_ops->hw_ring_rx_init(self->aq_hw, in aq_vec_init()
[all …]
Daq_filters.c335 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fether() local
339 if (unlikely(!aq_hw_ops->hw_filter_l2_set)) in aq_add_del_fether()
341 if (unlikely(!aq_hw_ops->hw_filter_l2_clear)) in aq_add_del_fether()
345 return aq_hw_ops->hw_filter_l2_set(aq_hw, &data); in aq_add_del_fether()
347 return aq_hw_ops->hw_filter_l2_clear(aq_hw, &data); in aq_add_del_fether()
456 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fvlan() local
458 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_add_del_fvlan()
564 const struct aq_hw_ops *aq_hw_ops, in aq_set_fl3l4() argument
567 if (unlikely(!aq_hw_ops->hw_filter_l3l4_set)) in aq_set_fl3l4()
570 return aq_hw_ops->hw_filter_l3l4_set(aq_hw, data); in aq_set_fl3l4()
[all …]
Daq_ptp.c284 aq_nic->aq_hw_ops->hw_adj_clock_freq(aq_nic->aq_hw, in aq_ptp_adjfine()
304 aq_nic->aq_hw_ops->hw_adj_sys_clock(aq_nic->aq_hw, delta); in aq_ptp_adjtime()
325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns); in aq_ptp_gettime()
350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now); in aq_ptp_settime()
351 aq_nic->aq_hw_ops->hw_adj_sys_clock(aq_nic->aq_hw, (s64)ns - (s64)now); in aq_ptp_settime()
382 aq_nic->aq_hw_ops->hw_gpio_pulse(aq_nic->aq_hw, pin_index, in aq_ptp_hw_pin_conf()
439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start); in aq_ptp_pps_pin_configure()
455 if (aq_nic->aq_hw_ops->hw_extts_gpio_enable) in aq_ptp_extts_pin_ctrl()
456 aq_nic->aq_hw_ops->hw_extts_gpio_enable(aq_nic->aq_hw, 0, in aq_ptp_extts_pin_ctrl()
594 const struct aq_hw_ops *hw_ops; in aq_ptp_hwtstamp_config_set()
[all …]
Daq_vec.h25 struct aq_hw_ops;
37 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
Daq_nic.c185 if (self->aq_hw_ops->hw_set_fc) in aq_nic_update_link_status()
186 self->aq_hw_ops->hw_set_fc(self->aq_hw, fc, 0); in aq_nic_update_link_status()
199 if (self->aq_hw_ops->hw_tc_rate_limit_set) in aq_nic_update_link_status()
200 self->aq_hw_ops->hw_tc_rate_limit_set(self->aq_hw); in aq_nic_update_link_status()
222 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_linkstate_threaded_isr()
281 err = self->aq_hw_ops->hw_soft_reset(self->aq_hw); in aq_nic_hw_prepare()
285 err = self->aq_hw_ops->hw_prepare(self->aq_hw, &self->aq_fw_ops); in aq_nic_hw_prepare()
408 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
417 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
444 aq_vec_init(aq_vec, self->aq_hw_ops, self->aq_hw); in aq_nic_init()
[all …]
Daq_drvinfo.c50 !aq_nic->aq_hw_ops->hw_get_mac_temp) in aq_hwmon_read()
56 err = aq_nic->aq_hw_ops->hw_get_mac_temp(aq_nic->aq_hw, &temp); in aq_hwmon_read()
98 !nic->aq_hw_ops->hw_get_mac_temp) in aq_hwmon_is_visible()
Daq_nic.h22 struct aq_hw_ops;
139 const struct aq_hw_ops *aq_hw_ops; member
Daq_pci_func.h19 const struct aq_hw_ops *ops;
Daq_main.c197 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw, in aq_ndev_set_features()
356 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid()
369 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
Daq_pci_func.c99 const struct aq_hw_ops **ops, in aq_pci_probe_get_hw_by_id()
242 err = aq_pci_probe_get_hw_by_id(pdev, &self->aq_hw_ops, in aq_pci_probe()
Daq_hw.h208 struct aq_hw_ops { struct
Daq_ethtool.c495 err = aq_nic->aq_hw_ops->hw_rss_hash_set(aq_nic->aq_hw, in aq_ethtool_set_rss()
501 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
Daq_ring.c862 aq_nic->aq_hw_ops->extract_hwts(aq_nic->aq_hw, in aq_ring_hwts_rx_clean()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.h14 extern const struct aq_hw_ops hw_atl2_ops;
Dhw_atl2.c825 const struct aq_hw_ops hw_atl2_ops = {
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.h21 extern const struct aq_hw_ops hw_atl_ops_a0;
Dhw_atl_b0.h31 extern const struct aq_hw_ops hw_atl_ops_b0;
Dhw_atl_a0.c947 const struct aq_hw_ops hw_atl_ops_a0 = {
Dhw_atl_b0.c1657 const struct aq_hw_ops hw_atl_ops_b0 = {