Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h208 struct aq_hw_ops { struct
210 int (*hw_ring_tx_xmit)(struct aq_hw_s *self, struct aq_ring_s *aq_ring,
213 int (*hw_ring_rx_receive)(struct aq_hw_s *self,
216 int (*hw_ring_rx_fill)(struct aq_hw_s *self, struct aq_ring_s *aq_ring,
219 int (*hw_ring_tx_head_update)(struct aq_hw_s *self,
222 int (*hw_set_mac_address)(struct aq_hw_s *self, u8 *mac_addr);
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);
231 int (*hw_init)(struct aq_hw_s *self, u8 *mac_addr);
[all …]
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
870 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
Daq_vec.c20 const struct aq_hw_ops *aq_hw_ops; member
175 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
Daq_nic.h134 const struct aq_hw_ops *aq_hw_ops; member