Searched refs:aq_hw_ops (Results 1 – 8 of 8) sorted by relevance
| /linux/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 = 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 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_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_ring.c | 315 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 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;
|