Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_vec.c15 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 = aq_hw_ops; in aq_vec_init()
196 err = self->aq_hw_ops->hw_ring_tx_init(self->aq_hw, in aq_vec_init()
206 err = self->aq_hw_ops->hw_ring_rx_init(self->aq_hw, in aq_vec_init()
[all …]
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_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.h22 struct aq_hw_ops;
139 const struct aq_hw_ops *aq_hw_ops; member
H A Daq_pci_func.h19 const struct aq_hw_ops *ops;
H A Daq_ring.c315 self->aq_nic->aq_hw_ops->hw_ring_tx_ptp_get_ts) { in aq_ring_tx_clean()
316 u64 ts = self->aq_nic->aq_hw_ops->hw_ring_tx_ptp_get_ts(self); in aq_ring_tx_clean()
911 aq_nic->aq_hw_ops->extract_hwts(aq_nic->aq_hw, in aq_ring_hwts_rx_clean()
/linux/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;