Lines Matching refs:aq_vec_s
14 struct aq_vec_s { struct
30 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() argument
102 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx, in aq_vec_alloc()
105 struct aq_vec_s *self = NULL; in aq_vec_alloc()
128 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, in aq_vec_ring_alloc()
180 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
226 int aq_vec_start(struct aq_vec_s *self) in aq_vec_start()
251 void aq_vec_stop(struct aq_vec_s *self) in aq_vec_stop()
268 void aq_vec_deinit(struct aq_vec_s *self) in aq_vec_deinit()
285 void aq_vec_free(struct aq_vec_s *self) in aq_vec_free()
297 void aq_vec_ring_free(struct aq_vec_s *self) in aq_vec_ring_free()
321 struct aq_vec_s *self = private; in aq_vec_isr()
336 struct aq_vec_s *self = private; in aq_vec_isr_legacy()
358 cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self) in aq_vec_get_affinity_mask()
363 bool aq_vec_is_valid_tc(struct aq_vec_s *self, const unsigned int tc) in aq_vec_is_valid_tc()
368 unsigned int aq_vec_get_sw_stats(struct aq_vec_s *self, const unsigned int tc, u64 *data) in aq_vec_get_sw_stats()