Home
last modified time | relevance | path

Searched defs:aq_hw_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h208 struct aq_hw_ops { struct
224 int (*hw_soft_reset)(struct aq_hw_s *self);
226 int (*hw_prepare)(struct aq_hw_s *self,
229 int (*hw_reset)(struct aq_hw_s *self);
233 int (*hw_start)(struct aq_hw_s *self);
235 int (*hw_stop)(struct aq_hw_s *self);
243 int (*hw_ring_tx_stop)(struct aq_hw_s *self,
246 int (*hw_ring_rx_init)(struct aq_hw_s *self,
289 int (*hw_rss_set)(struct aq_hw_s *self,
297 int (*hw_get_regs)(struct aq_hw_s *self,
[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
456 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fvlan() local
564 const struct aq_hw_ops *aq_hw_ops, in aq_set_fl3l4()
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
868 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
H A Daq_vec.c15 const struct aq_hw_ops *aq_hw_ops; member
180 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
H A Daq_nic.h139 const struct aq_hw_ops *aq_hw_ops; member