Lines Matching defs:mcs_secy_stats
2271 struct mcs_secy_stats { struct
2272 struct mbox_msghdr hdr;
2273 u64 ctl_pkt_bcast_cnt;
2274 u64 ctl_pkt_mcast_cnt;
2275 u64 ctl_pkt_ucast_cnt;
2276 u64 ctl_octet_cnt;
2277 u64 unctl_pkt_bcast_cnt;
2278 u64 unctl_pkt_mcast_cnt;
2279 u64 unctl_pkt_ucast_cnt;
2280 u64 unctl_octet_cnt;
2282 u64 octet_decrypted_cnt;
2283 u64 octet_validated_cnt;
2284 u64 pkt_port_disabled_cnt;
2285 u64 pkt_badtag_cnt;
2286 u64 pkt_nosa_cnt;
2287 u64 pkt_nosaerror_cnt;
2288 u64 pkt_tagged_ctl_cnt;
2289 u64 pkt_untaged_cnt;
2290 u64 pkt_ctl_cnt; /* CN10K-B */
2291 u64 pkt_notag_cnt; /* CNF10K-B */
2293 u64 octet_encrypted_cnt;
2294 u64 octet_protected_cnt;
2295 u64 pkt_noactivesa_cnt;
2296 u64 pkt_toolong_cnt;
2297 u64 pkt_untagged_cnt;
2298 u64 rsvd[4];