Home
last modified time | relevance | path

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

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/
H 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 …]
H 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 …]
H 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 …]
H 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()
404 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
413 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
496 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
788 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
850 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
867 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
1201 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
[all …]
H 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,
H 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()
H A Daq_nic.h20 struct aq_hw_ops;
136 const struct aq_hw_ops *aq_hw_ops; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/
H 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 …]
H 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 …]
H 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 …]
H 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()
404 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
413 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
496 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
788 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
850 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
867 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
1201 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
[all …]
H 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,
H 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()
H A Daq_nic.h20 struct aq_hw_ops;
136 const struct aq_hw_ops *aq_hw_ops; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/
H 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 …]
H 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 …]
H 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 …]
H 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()
404 err = self->aq_hw_ops->hw_reset(self->aq_hw); in aq_nic_init()
413 err = self->aq_hw_ops->hw_init(self->aq_hw, in aq_nic_init()
496 err = self->aq_hw_ops->hw_start(self->aq_hw); in aq_nic_start()
788 const struct aq_hw_ops *hw_ops = self->aq_hw_ops; in aq_nic_set_multicast_list()
850 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
867 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
1201 if (!self->aq_hw_ops->hw_set_loopback || in aq_nic_set_loopback()
[all …]
H 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,
H 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()
H A Daq_nic.h20 struct aq_hw_ops;
136 const struct aq_hw_ops *aq_hw_ops; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.h12 extern const struct aq_hw_ops hw_atl2_ops;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.h12 extern const struct aq_hw_ops hw_atl2_ops;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.h12 extern const struct aq_hw_ops hw_atl2_ops;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.h21 extern const struct aq_hw_ops hw_atl_ops_a0;

123