/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/ ! |
D | aq_vec.c | 15 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() 183 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() argument 190 self->aq_hw_ops = aq_hw_ops; in aq_vec_init() 199 err = self->aq_hw_ops->hw_ring_tx_init(self->aq_hw, in aq_vec_init() 209 err = self->aq_hw_ops->hw_ring_rx_init(self->aq_hw, in aq_vec_init() [all …]
|
D | aq_filters.c | 335 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 …]
|
D | aq_ptp.c | 284 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 …]
|
D | aq_vec.h | 25 struct aq_hw_ops; 37 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
|
D | aq_nic.c | 185 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 …]
|
D | aq_drvinfo.c | 50 !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()
|
D | aq_nic.h | 22 struct aq_hw_ops; 139 const struct aq_hw_ops *aq_hw_ops; member
|
D | aq_pci_func.h | 19 const struct aq_hw_ops *ops;
|
D | aq_main.c | 194 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw, in aq_ndev_set_features() 353 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid() 366 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
|
D | aq_pci_func.c | 99 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()
|
D | aq_hw.h | 208 struct aq_hw_ops { struct
|
D | aq_ethtool.c | 496 err = aq_nic->aq_hw_ops->hw_rss_hash_set(aq_nic->aq_hw, in aq_ethtool_set_rss() 502 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss); in aq_ethtool_set_rss()
|
D | aq_ring.c | 862 aq_nic->aq_hw_ops->extract_hwts(aq_nic->aq_hw, in aq_ring_hwts_rx_clean()
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ ! |
D | hw_atl2.h | 14 extern const struct aq_hw_ops hw_atl2_ops;
|
D | hw_atl2.c | 825 const struct aq_hw_ops hw_atl2_ops = {
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/ ! |
D | hw_atl_a0.h | 21 extern const struct aq_hw_ops hw_atl_ops_a0;
|
D | hw_atl_b0.h | 31 extern const struct aq_hw_ops hw_atl_ops_b0;
|
D | hw_atl_a0.c | 947 const struct aq_hw_ops hw_atl_ops_a0 = {
|
D | hw_atl_b0.c | 1657 const struct aq_hw_ops hw_atl_ops_b0 = {
|