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

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.h14 extern const struct aq_hw_ops hw_atl2_ops;
H A Dhw_atl2.c825 const struct aq_hw_ops hw_atl2_ops = {
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.h21 extern const struct aq_hw_ops hw_atl_ops_a0;
H A Dhw_atl_b0.h31 extern const struct aq_hw_ops hw_atl_ops_b0;
H A Dhw_atl_a0.c947 const struct aq_hw_ops hw_atl_ops_a0 = {
H A Dhw_atl_b0.c1657 const struct aq_hw_ops hw_atl_ops_b0 = {
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A 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,
H A Daq_vec.c15 const struct aq_hw_ops *aq_hw_ops; member in struct:aq_vec_s
46 if (self->aq_hw_ops->hw_ring_tx_head_update) {
47 err = self->aq_hw_ops->hw_ring_tx_head_update(
60 err = self->aq_hw_ops->hw_ring_rx_receive(self->aq_hw,
80 err = self->aq_hw_ops->hw_ring_rx_fill(
94 self->aq_hw_ops->hw_irq_enable(self->aq_hw,
180 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, argument
187 self->aq_hw_ops
[all...]
H A Daq_pci_func.h19 const struct aq_hw_ops *ops;
H A Daq_filters.c335 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; local
339 if (unlikely(!aq_hw_ops->hw_filter_l2_set))
341 if (unlikely(!aq_hw_ops->hw_filter_l2_clear))
345 return aq_hw_ops->hw_filter_l2_set(aq_hw, &data);
347 return aq_hw_ops->hw_filter_l2_clear(aq_hw, &data);
456 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; 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) argument
576 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; local
825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; local
868 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; local
[all...]
H A Daq_drvinfo.c50 !aq_nic->aq_hw_ops->hw_get_mac_temp)
56 err = aq_nic->aq_hw_ops->hw_get_mac_temp(aq_nic->aq_hw, &temp);
98 !nic->aq_hw_ops->hw_get_mac_temp)
H A Daq_ptp.c284 aq_nic->aq_hw_ops->hw_adj_clock_freq(aq_nic->aq_hw,
304 aq_nic->aq_hw_ops->hw_adj_sys_clock(aq_nic->aq_hw, delta);
325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns);
350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now);
351 aq_nic->aq_hw_ops->hw_adj_sys_clock(aq_nic->aq_hw, (s64)ns - (s64)now);
382 aq_nic->aq_hw_ops->hw_gpio_pulse(aq_nic->aq_hw, pin_index,
439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start);
455 if (aq_nic->aq_hw_ops->hw_extts_gpio_enable)
456 aq_nic->aq_hw_ops->hw_extts_gpio_enable(aq_nic->aq_hw, 0,
594 const struct aq_hw_ops *hw_op
[all...]
H A Daq_nic.c185 if (self->aq_hw_ops->hw_set_fc)
186 self->aq_hw_ops->hw_set_fc(self->aq_hw, fc, 0);
199 if (self->aq_hw_ops->hw_tc_rate_limit_set)
200 self->aq_hw_ops->hw_tc_rate_limit_set(self->aq_hw);
222 self->aq_hw_ops->hw_irq_enable(self->aq_hw,
281 err = self->aq_hw_ops->hw_soft_reset(self->aq_hw);
285 err = self->aq_hw_ops->hw_prepare(self->aq_hw, &self->aq_fw_ops);
413 err = self->aq_hw_ops->hw_reset(self->aq_hw);
422 err = self->aq_hw_ops->hw_init(self->aq_hw,
449 aq_vec_init(aq_vec, self->aq_hw_ops, sel
[all...]
H A Daq_nic.h22 struct aq_hw_ops;
139 const struct aq_hw_ops *aq_hw_ops; member in struct:aq_nic_s
H A Daq_main.c195 err = aq_nic->aq_hw_ops->hw_set_offload(aq_nic->aq_hw,
354 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set)
367 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set)
H A Daq_pci_func.c99 const struct aq_hw_ops **ops,
242 err = aq_pci_probe_get_hw_by_id(pdev, &self->aq_hw_ops,
H A Daq_hw.h208 struct aq_hw_ops { struct
H A Daq_ethtool.c498 err = aq_nic->aq_hw_ops->hw_rss_hash_set(aq_nic->aq_hw,
504 err = aq_nic->aq_hw_ops->hw_rss_set(aq_nic->aq_hw, &cfg->aq_rss);
H A Daq_ring.c853 aq_nic->aq_hw_ops->extract_hwts(aq_nic->aq_hw,

Completed in 427 milliseconds