Searched defs:aq_hw_ops (Results 1 – 4 of 4) sorted by relevance
208 struct aq_hw_ops { struct224 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 …]
335 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fether() local456 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fvlan() local564 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() local825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlans_update() local868 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
15 const struct aq_hw_ops *aq_hw_ops; member183 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
139 const struct aq_hw_ops *aq_hw_ops; member
Completed in 9 milliseconds