Lines Matching refs:ingress_counters

136 	struct aq_mss_ingress_common_counters ingress_counters;  in aq_get_macsec_common_stats()  local
141 ret = aq_mss_get_ingress_common_counters(hw, &ingress_counters); in aq_get_macsec_common_stats()
145 stats->in.ctl_pkts = STATS_2x32_TO_64(ingress_counters.ctl_pkts); in aq_get_macsec_common_stats()
147 STATS_2x32_TO_64(ingress_counters.tagged_miss_pkts); in aq_get_macsec_common_stats()
149 STATS_2x32_TO_64(ingress_counters.untagged_miss_pkts); in aq_get_macsec_common_stats()
150 stats->in.notag_pkts = STATS_2x32_TO_64(ingress_counters.notag_pkts); in aq_get_macsec_common_stats()
152 STATS_2x32_TO_64(ingress_counters.untagged_pkts); in aq_get_macsec_common_stats()
154 STATS_2x32_TO_64(ingress_counters.bad_tag_pkts); in aq_get_macsec_common_stats()
155 stats->in.no_sci_pkts = STATS_2x32_TO_64(ingress_counters.no_sci_pkts); in aq_get_macsec_common_stats()
157 STATS_2x32_TO_64(ingress_counters.unknown_sci_pkts); in aq_get_macsec_common_stats()
159 STATS_2x32_TO_64(ingress_counters.ctrl_prt_pass_pkts); in aq_get_macsec_common_stats()
161 STATS_2x32_TO_64(ingress_counters.unctrl_prt_pass_pkts); in aq_get_macsec_common_stats()
163 STATS_2x32_TO_64(ingress_counters.ctrl_prt_fail_pkts); in aq_get_macsec_common_stats()
165 STATS_2x32_TO_64(ingress_counters.unctrl_prt_fail_pkts); in aq_get_macsec_common_stats()
167 STATS_2x32_TO_64(ingress_counters.too_long_pkts); in aq_get_macsec_common_stats()
169 STATS_2x32_TO_64(ingress_counters.igpoc_ctl_pkts); in aq_get_macsec_common_stats()
171 STATS_2x32_TO_64(ingress_counters.ecc_error_pkts); in aq_get_macsec_common_stats()
173 STATS_2x32_TO_64(ingress_counters.unctrl_hit_drop_redir); in aq_get_macsec_common_stats()