Searched refs:aq_vec_s (Results 1 – 4 of 4) sorted by relevance
27 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx,29 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic,31 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,33 void aq_vec_deinit(struct aq_vec_s *self);34 void aq_vec_free(struct aq_vec_s *self);35 void aq_vec_ring_free(struct aq_vec_s *self);36 int aq_vec_start(struct aq_vec_s *self);37 void aq_vec_stop(struct aq_vec_s *self);38 cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self);39 bool aq_vec_is_valid_tc(struct aq_vec_s *self, const unsigned int tc);[all …]
19 struct aq_vec_s { struct35 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() argument110 struct aq_vec_s *self = NULL; in aq_vec_alloc()221 int aq_vec_start(struct aq_vec_s *self) in aq_vec_start()246 void aq_vec_stop(struct aq_vec_s *self) in aq_vec_stop()263 void aq_vec_deinit(struct aq_vec_s *self) in aq_vec_deinit()280 void aq_vec_free(struct aq_vec_s *self) in aq_vec_free()292 void aq_vec_ring_free(struct aq_vec_s *self) in aq_vec_ring_free()314 struct aq_vec_s *self = private; in aq_vec_isr()329 struct aq_vec_s *self = private; in aq_vec_isr_legacy()[all …]
22 struct aq_vec_s;128 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
268 struct aq_vec_s *aq_vec = NULL; in aq_nic_polling_timer_cb()404 struct aq_vec_s *aq_vec = NULL; in aq_nic_init()471 struct aq_vec_s *aq_vec = NULL; in aq_nic_start()881 struct aq_vec_s *aq_vec = NULL; in aq_nic_get_stats()1249 struct aq_vec_s *aq_vec = NULL; in aq_nic_stop()1291 struct aq_vec_s *aq_vec = NULL; in aq_nic_deinit()
Completed in 11 milliseconds