aq_vec_s
struct aq_vec_s *aq_vec = NULL;
struct aq_vec_s *aq_vec = NULL;
struct aq_vec_s *aq_vec = NULL;
struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
struct aq_vec_s;
struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx,
struct aq_vec_s *self = NULL;
int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic,
int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
int aq_vec_start(struct aq_vec_s *self)
void aq_vec_stop(struct aq_vec_s *self)
void aq_vec_deinit(struct aq_vec_s *self)
void aq_vec_free(struct aq_vec_s *self)
void aq_vec_ring_free(struct aq_vec_s *self)
struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi);
struct aq_vec_s *self = private;
struct aq_vec_s *self = private;
cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self)
bool aq_vec_is_valid_tc(struct aq_vec_s *self, const unsigned int tc)
unsigned int aq_vec_get_sw_stats(struct aq_vec_s *self, const unsigned int tc, u64 *data)
struct aq_vec_s *aq_vec_alloc(struct aq_nic_s *aq_nic, unsigned int idx,
int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic,
int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops,
void aq_vec_deinit(struct aq_vec_s *self);
void aq_vec_free(struct aq_vec_s *self);
void aq_vec_ring_free(struct aq_vec_s *self);
int aq_vec_start(struct aq_vec_s *self);
void aq_vec_stop(struct aq_vec_s *self);
cpumask_t *aq_vec_get_affinity_mask(struct aq_vec_s *self);
bool aq_vec_is_valid_tc(struct aq_vec_s *self, const unsigned int tc);
unsigned int aq_vec_get_sw_stats(struct aq_vec_s *self, const unsigned int tc, u64 *data);