/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 20 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() 65 err = self->aq_hw_ops->hw_ring_rx_receive(self->aq_hw, 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 in aq_vec_init() [all...] |
H A 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 563 aq_set_fl3l4(struct aq_hw_s *aq_hw, const struct aq_hw_ops *aq_hw_ops, struct aq_rx_filter_l3l4 *data) aq_set_fl3l4() argument 576 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_add_del_fl3l4() local 825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_filters_vlans_update() local 870 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_filters_vlan_offload_off() local [all...] |
H A 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_op in aq_ptp_hwtstamp_config_set() [all...] |
H A D | aq_vec.h | 19 struct aq_hw_ops; 31 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
|
H A 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() 402 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init() 411 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init() 438 aq_vec_init(aq_vec, self->aq_hw_ops, sel in aq_nic_init() [all...] |
H A 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()
|
H A D | aq_nic.h | 18 struct aq_hw_ops; 134 const struct aq_hw_ops *aq_hw_ops; member
|
H A D | aq_pci_func.h | 19 const struct aq_hw_ops *ops;
|
H A D | aq_main.c | 179 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw, in aq_ndev_set_features() 322 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid() 335 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
|
H A D | aq_pci_func.c | 99 const struct aq_hw_ops **ops, in aq_pci_probe_get_hw_by_id() 248 err = aq_pci_probe_get_hw_by_id(pdev, &self->aq_hw_ops, in aq_pci_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A 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() 180 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() argument 187 self->aq_hw_ops in aq_vec_init() [all...] |
H A 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 563 aq_set_fl3l4(struct aq_hw_s *aq_hw, const struct aq_hw_ops *aq_hw_ops, struct aq_rx_filter_l3l4 *data) aq_set_fl3l4() argument 576 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_add_del_fl3l4() local 825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_filters_vlans_update() local 868 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; aq_filters_vlan_offload_off() local [all...] |
H A 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_op in aq_ptp_hwtstamp_config_set() [all...] |
H A 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,
|
H A 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() 413 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init() 422 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init() 449 aq_vec_init(aq_vec, self->aq_hw_ops, sel in aq_nic_init() [all...] |
H A 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()
|
H A D | aq_nic.h | 22 struct aq_hw_ops; 139 const struct aq_hw_ops *aq_hw_ops; member
|
H A D | aq_pci_func.h | 19 const struct aq_hw_ops *ops;
|
H A D | aq_main.c | 195 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw, in aq_ndev_set_features() 354 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid() 367 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.h | 14 extern const struct aq_hw_ops hw_atl2_ops;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.h | 14 extern const struct aq_hw_ops hw_atl2_ops;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.h | 21 extern const struct aq_hw_ops hw_atl_ops_a0;
|
H A D | hw_atl_b0.h | 31 extern const struct aq_hw_ops hw_atl_ops_b0;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.h | 21 extern const struct aq_hw_ops hw_atl_ops_a0;
|
H A D | hw_atl_b0.h | 31 extern const struct aq_hw_ops hw_atl_ops_b0;
|