Home
last modified time | relevance | path

Searched refs:egress_counters (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c137 struct aq_mss_egress_common_counters egress_counters; in aq_get_macsec_common_stats() local
175 ret = aq_mss_get_egress_common_counters(hw, &egress_counters); in aq_get_macsec_common_stats()
178 stats->out.ctl_pkts = STATS_2x32_TO_64(egress_counters.ctl_pkt); in aq_get_macsec_common_stats()
180 STATS_2x32_TO_64(egress_counters.unknown_sa_pkts); in aq_get_macsec_common_stats()
182 STATS_2x32_TO_64(egress_counters.untagged_pkts); in aq_get_macsec_common_stats()
183 stats->out.too_long = STATS_2x32_TO_64(egress_counters.too_long); in aq_get_macsec_common_stats()
185 STATS_2x32_TO_64(egress_counters.ecc_error_pkts); in aq_get_macsec_common_stats()
187 STATS_2x32_TO_64(egress_counters.unctrl_hit_drop_redir); in aq_get_macsec_common_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c137 struct aq_mss_egress_common_counters egress_counters; in aq_get_macsec_common_stats() local
175 ret = aq_mss_get_egress_common_counters(hw, &egress_counters); in aq_get_macsec_common_stats()
178 stats->out.ctl_pkts = STATS_2x32_TO_64(egress_counters.ctl_pkt); in aq_get_macsec_common_stats()
180 STATS_2x32_TO_64(egress_counters.unknown_sa_pkts); in aq_get_macsec_common_stats()
182 STATS_2x32_TO_64(egress_counters.untagged_pkts); in aq_get_macsec_common_stats()
183 stats->out.too_long = STATS_2x32_TO_64(egress_counters.too_long); in aq_get_macsec_common_stats()
185 STATS_2x32_TO_64(egress_counters.ecc_error_pkts); in aq_get_macsec_common_stats()
187 STATS_2x32_TO_64(egress_counters.unctrl_hit_drop_redir); in aq_get_macsec_common_stats()

Completed in 6 milliseconds