Lines Matching refs:secy_id

401 	int secy_id;
407 for_each_set_bit(secy_id, map->bmap, mcs->hw->secy_entries) {
408 mcs_get_tx_secy_stats(mcs, &stats, secy_id);
409 seq_printf(filp, "\n=======Secy%d======\n\n", secy_id);
410 seq_printf(filp, "secy%d: Ctrl bcast pkts: %lld\n", secy_id,
412 seq_printf(filp, "secy%d: Ctrl Mcast pkts: %lld\n", secy_id,
414 seq_printf(filp, "secy%d: Ctrl ucast pkts: %lld\n", secy_id,
416 seq_printf(filp, "secy%d: Ctrl octets: %lld\n", secy_id, stats.ctl_octet_cnt);
417 seq_printf(filp, "secy%d: Unctrl bcast cnt: %lld\n", secy_id,
419 seq_printf(filp, "secy%d: Unctrl mcast pkts: %lld\n", secy_id,
421 seq_printf(filp, "secy%d: Unctrl ucast pkts: %lld\n", secy_id,
423 seq_printf(filp, "secy%d: Unctrl octets: %lld\n", secy_id, stats.unctl_octet_cnt);
424 seq_printf(filp, "secy%d: Octet encrypted: %lld\n", secy_id,
426 seq_printf(filp, "secy%d: octet protected: %lld\n", secy_id,
428 seq_printf(filp, "secy%d: Pkts on active sa: %lld\n", secy_id,
430 seq_printf(filp, "secy%d: Pkts too long: %lld\n", secy_id, stats.pkt_toolong_cnt);
431 seq_printf(filp, "secy%d: Pkts untagged: %lld\n", secy_id, stats.pkt_untagged_cnt);
444 int secy_id;
450 for_each_set_bit(secy_id, map->bmap, mcs->hw->secy_entries) {
451 mcs_get_rx_secy_stats(mcs, &stats, secy_id);
452 seq_printf(filp, "\n=======Secy%d======\n\n", secy_id);
453 seq_printf(filp, "secy%d: Ctrl bcast pkts: %lld\n", secy_id,
455 seq_printf(filp, "secy%d: Ctrl Mcast pkts: %lld\n", secy_id,
457 seq_printf(filp, "secy%d: Ctrl ucast pkts: %lld\n", secy_id,
459 seq_printf(filp, "secy%d: Ctrl octets: %lld\n", secy_id, stats.ctl_octet_cnt);
460 seq_printf(filp, "secy%d: Unctrl bcast cnt: %lld\n", secy_id,
462 seq_printf(filp, "secy%d: Unctrl mcast pkts: %lld\n", secy_id,
464 seq_printf(filp, "secy%d: Unctrl ucast pkts: %lld\n", secy_id,
466 seq_printf(filp, "secy%d: Unctrl octets: %lld\n", secy_id, stats.unctl_octet_cnt);
467 seq_printf(filp, "secy%d: Octet decrypted: %lld\n", secy_id,
469 seq_printf(filp, "secy%d: octet validated: %lld\n", secy_id,
471 seq_printf(filp, "secy%d: Pkts on disable port: %lld\n", secy_id,
473 seq_printf(filp, "secy%d: Pkts with badtag: %lld\n", secy_id, stats.pkt_badtag_cnt);
474 seq_printf(filp, "secy%d: Pkts with no SA(sectag.tci.c=0): %lld\n", secy_id,
476 seq_printf(filp, "secy%d: Pkts with nosaerror: %lld\n", secy_id,
478 seq_printf(filp, "secy%d: Tagged ctrl pkts: %lld\n", secy_id,
480 seq_printf(filp, "secy%d: Untaged pkts: %lld\n", secy_id, stats.pkt_untaged_cnt);
481 seq_printf(filp, "secy%d: Ctrl pkts: %lld\n", secy_id, stats.pkt_ctl_cnt);
483 seq_printf(filp, "secy%d: pkts notag: %lld\n", secy_id,