Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c340 struct aq_stats_s *cs = &self->curr_stats; in aq_a2_fill_a0_stats()
341 struct aq_stats_s curr_stats = *cs; in aq_a2_fill_a0_stats()
382 struct aq_stats_s *cs = &self->curr_stats; in aq_a2_fill_b0_stats()
383 struct aq_stats_s curr_stats = *cs; in aq_a2_fill_b0_stats()
417 struct aq_stats_s *cs = &self->curr_stats; in aq_a2_fw_update_stats()
Dhw_atl2.c765 static struct aq_stats_s *hw_atl2_utils_get_hw_stats(struct aq_hw_s *self) in hw_atl2_utils_get_hw_stats()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h82 struct aq_stats_s { struct
186 struct aq_stats_s curr_stats;
301 struct aq_stats_s *(*hw_get_hw_stats)(struct aq_hw_s *self);
Daq_nic.c1015 struct aq_stats_s *stats; in aq_nic_get_stats()
1080 struct aq_stats_s *stats = self->aq_hw_ops->hw_get_hw_stats(self->aq_hw); in aq_nic_update_ndev_stats()
/linux-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c869 struct aq_stats_s *cs = &self->curr_stats; in hw_atl_utils_update_stats()
870 struct aq_stats_s curr_stats = *cs; in hw_atl_utils_update_stats()
919 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);