Lines Matching defs:mcs_secy_stats
2192 struct mcs_secy_stats { struct
2193 struct mbox_msghdr hdr;
2194 u64 ctl_pkt_bcast_cnt;
2195 u64 ctl_pkt_mcast_cnt;
2196 u64 ctl_pkt_ucast_cnt;
2197 u64 ctl_octet_cnt;
2198 u64 unctl_pkt_bcast_cnt;
2199 u64 unctl_pkt_mcast_cnt;
2200 u64 unctl_pkt_ucast_cnt;
2201 u64 unctl_octet_cnt;
2203 u64 octet_decrypted_cnt;
2204 u64 octet_validated_cnt;
2205 u64 pkt_port_disabled_cnt;
2206 u64 pkt_badtag_cnt;
2207 u64 pkt_nosa_cnt;
2208 u64 pkt_nosaerror_cnt;
2209 u64 pkt_tagged_ctl_cnt;
2210 u64 pkt_untaged_cnt;
2211 u64 pkt_ctl_cnt; /* CN10K-B */
2212 u64 pkt_notag_cnt; /* CNF10K-B */
2214 u64 octet_encrypted_cnt;
2215 u64 octet_protected_cnt;
2216 u64 pkt_noactivesa_cnt;
2217 u64 pkt_toolong_cnt;
2218 u64 pkt_untagged_cnt;
2219 u64 rsvd[4];