Searched refs:aq_vec_s (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.h | 29 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx, 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 int aq_vec_start(struct aq_vec_s *self); 36 void aq_vec_stop(struct aq_vec_s *self); 37 cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self); 38 int aq_vec_get_sw_stats(struct aq_vec_s *self, u64 *data, 40 void aq_vec_add_stats(struct aq_vec_s *self,
|
D | aq_vec.c | 21 struct aq_vec_s { struct 37 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() argument 105 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx, in aq_vec_alloc() 108 struct aq_vec_s *self = NULL; in aq_vec_alloc() 167 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() 213 int aq_vec_start(struct aq_vec_s *self) in aq_vec_start() 238 void aq_vec_stop(struct aq_vec_s *self) in aq_vec_stop() 255 void aq_vec_deinit(struct aq_vec_s *self) in aq_vec_deinit() 271 void aq_vec_free(struct aq_vec_s *self) in aq_vec_free() 294 struct aq_vec_s *self = private; in aq_vec_isr() [all …]
|
D | aq_nic.h | 22 struct aq_vec_s; 62 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
|
D | aq_nic.c | 184 struct aq_vec_s *aq_vec = NULL; in aq_nic_polling_timer_cb() 273 struct aq_vec_s *aq_vec = NULL; in aq_nic_init() 299 struct aq_vec_s *aq_vec = NULL; in aq_nic_start() 646 struct aq_vec_s *aq_vec = NULL; in aq_nic_get_stats() 858 struct aq_vec_s *aq_vec = NULL; in aq_nic_stop() 882 struct aq_vec_s *aq_vec = NULL; in aq_nic_deinit()
|