Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_vec.c20 const struct aq_hw_ops *aq_hw_ops; member
51 if (self->aq_hw_ops->hw_ring_tx_head_update) { in aq_vec_poll()
52 err = self->aq_hw_ops->hw_ring_tx_head_update( in aq_vec_poll()
85 err = self->aq_hw_ops->hw_ring_rx_fill( in aq_vec_poll()
99 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_vec_poll()
175 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() argument
182 self->aq_hw_ops = aq_hw_ops; in aq_vec_init()
253 self->aq_hw_ops->hw_ring_tx_stop(self->aq_hw, in aq_vec_stop()
256 self->aq_hw_ops->hw_ring_rx_stop(self->aq_hw, in aq_vec_stop()
340 self->aq_hw_ops->hw_irq_disable(self->aq_hw, in aq_vec_isr_legacy()
[all …]
A 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()
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
576 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fl3l4() local
825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlans_update() local
848 err = aq_hw_ops->hw_filter_vlan_set(aq_hw, in aq_filters_vlans_update()
870 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
[all …]
A Daq_ptp.c284 aq_nic->aq_hw_ops->hw_adj_clock_freq(aq_nic->aq_hw, in aq_ptp_adjfine()
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()
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()
594 const struct aq_hw_ops *hw_ops; in aq_ptp_hwtstamp_config_set()
597 hw_ops = aq_nic->aq_hw_ops; in aq_ptp_hwtstamp_config_set()
723 aq_nic->aq_hw_ops->hw_irq_enable(aq_nic->aq_hw, in aq_ptp_poll()
1175 if (!aq_nic->aq_hw_ops->hw_get_ptp_ts) { in aq_ptp_init()
1294 if (aq_nic->aq_hw_ops->hw_get_sync_ts) in aq_ptp_get_sync1588_ts()
[all …]
A Daq_nic.c185 if (self->aq_hw_ops->hw_set_fc) in aq_nic_update_link_status()
199 if (self->aq_hw_ops->hw_tc_rate_limit_set) in aq_nic_update_link_status()
222 self->aq_hw_ops->hw_irq_enable(self->aq_hw, in aq_linkstate_threaded_isr()
410 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
419 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
502 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
794 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
856 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
873 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
1213 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
[all …]
A Daq_vec.h19 struct aq_hw_ops;
31 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
A 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()
A Daq_nic.h20 struct aq_hw_ops;
136 const struct aq_hw_ops *aq_hw_ops; member
A Daq_main.c182 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw, in aq_ndev_set_features()
325 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid()
338 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
A Daq_pci_func.h19 const struct aq_hw_ops *ops;
A 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()
A Daq_ethtool.c486 err = aq_nic->aq_hw_ops->hw_rss_hash_set(aq_nic->aq_hw, in aq_ethtool_set_rss()
492 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
A Daq_hw.h208 struct aq_hw_ops { struct
A Daq_ring.c519 aq_nic->aq_hw_ops->extract_hwts(aq_nic->aq_hw, in aq_ring_hwts_rx_clean()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.h14 extern const struct aq_hw_ops hw_atl2_ops;
A Dhw_atl2.c825 const struct aq_hw_ops hw_atl2_ops = {
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_a0.h21 extern const struct aq_hw_ops hw_atl_ops_a0;
A Dhw_atl_b0.h31 extern const struct aq_hw_ops hw_atl_ops_b0;
A Dhw_atl_a0.c947 const struct aq_hw_ops hw_atl_ops_a0 = {
A Dhw_atl_b0.c1650 const struct aq_hw_ops hw_atl_ops_b0 = {

Completed in 30 milliseconds