Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/
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()