Home
last modified time | relevance | path

Searched refs:aq_stats_s (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h82 struct aq_stats_s { struct
184 struct aq_stats_s curr_stats;
299 struct aq_stats_s *(*hw_get_hw_stats)(struct aq_hw_s *self);
Daq_nic.c876 struct aq_stats_s *stats; in aq_nic_get_stats()
935 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_update_ndev_stats()
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c859 struct aq_stats_s *cs = &self->curr_stats; in hw_atl_utils_update_stats()
898 struct aq_stats_s *hw_atl_utils_get_hw_stats(struct aq_hw_s *self) in hw_atl_utils_get_hw_stats()
Dhw_atl_utils.h621 struct aq_stats_s *hw_atl_utils_get_hw_stats(struct aq_hw_s *self);
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c751 static struct aq_stats_s *hw_atl2_utils_get_hw_stats(struct aq_hw_s *self) in hw_atl2_utils_get_hw_stats()