Searched refs:aq_vec_s (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.h | 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 *sel [all...] |
H A D | aq_vec.c | 19 struct aq_vec_s { struct 35 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() 107 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx, in aq_vec_alloc() 110 struct aq_vec_s *self = NULL; in aq_vec_alloc() 134 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, in aq_vec_ring_alloc() 175 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() 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 *sel [all...] |
H A D | aq_nic.h | 20 struct aq_vec_s; 126 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
|
H A D | aq_nic.c | 396 struct aq_vec_s *aq_vec = NULL; in aq_nic_init() 463 struct aq_vec_s *aq_vec = NULL; in aq_nic_start() 1280 struct aq_vec_s *aq_vec = NULL; in aq_nic_deinit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.h | 33 struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx, 35 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, 37 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, 39 void aq_vec_deinit(struct aq_vec_s *self); 40 void aq_vec_free(struct aq_vec_s *self); 41 void aq_vec_ring_free(struct aq_vec_s *self); 42 int aq_vec_start(struct aq_vec_s *self); 43 void aq_vec_stop(struct aq_vec_s *self); 44 cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self); 45 bool aq_vec_is_valid_tc(struct aq_vec_s *sel [all...] |
H A D | aq_vec.c | 14 struct aq_vec_s { struct 30 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() 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 *sel [all...] |
H A D | aq_nic.h | 24 struct aq_vec_s; 130 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
|
H A D | aq_nic.c | 407 struct aq_vec_s *aq_vec = NULL; in aq_nic_init() 474 struct aq_vec_s *aq_vec = NULL; in aq_nic_start() 1427 struct aq_vec_s *aq_vec = NULL; in aq_nic_deinit()
|
Completed in 8 milliseconds