Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c1112 ctx->stats.rx_sc_stats->InOctetsValidated += in aq_mdo_get_rx_sc_stats()
1114 ctx->stats.rx_sc_stats->InOctetsDecrypted += in aq_mdo_get_rx_sc_stats()
1116 ctx->stats.rx_sc_stats->InPktsUnchecked += in aq_mdo_get_rx_sc_stats()
1118 ctx->stats.rx_sc_stats->InPktsDelayed += stats->delayed_pkts; in aq_mdo_get_rx_sc_stats()
1119 ctx->stats.rx_sc_stats->InPktsOK += stats->ok_pkts; in aq_mdo_get_rx_sc_stats()
1120 ctx->stats.rx_sc_stats->InPktsInvalid += stats->invalid_pkts; in aq_mdo_get_rx_sc_stats()
1121 ctx->stats.rx_sc_stats->InPktsLate += stats->late_pkts; in aq_mdo_get_rx_sc_stats()
1122 ctx->stats.rx_sc_stats->InPktsNotValid += stats->not_valid_pkts; in aq_mdo_get_rx_sc_stats()
1123 ctx->stats.rx_sc_stats->InPktsNotUsingSA += stats->not_using_sa; in aq_mdo_get_rx_sc_stats()
1124 ctx->stats.rx_sc_stats->InPktsUnusedSA += stats->unused_sa; in aq_mdo_get_rx_sc_stats()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1679 ctx->stats.rx_sc_stats->InOctetsValidated = rxsc->stats.InOctetsValidated; in cn10k_mdo_get_rx_sc_stats()
1680 ctx->stats.rx_sc_stats->InOctetsDecrypted = rxsc->stats.InOctetsDecrypted; in cn10k_mdo_get_rx_sc_stats()
1681 ctx->stats.rx_sc_stats->InPktsInvalid = rxsc->stats.InPktsInvalid; in cn10k_mdo_get_rx_sc_stats()
1682 ctx->stats.rx_sc_stats->InPktsNotValid = rxsc->stats.InPktsNotValid; in cn10k_mdo_get_rx_sc_stats()
1683 ctx->stats.rx_sc_stats->InPktsLate = rxsc->stats.InPktsLate; in cn10k_mdo_get_rx_sc_stats()
1684 ctx->stats.rx_sc_stats->InPktsDelayed = rxsc->stats.InPktsDelayed; in cn10k_mdo_get_rx_sc_stats()
1685 ctx->stats.rx_sc_stats->InPktsUnchecked = rxsc->stats.InPktsUnchecked; in cn10k_mdo_get_rx_sc_stats()
1686 ctx->stats.rx_sc_stats->InPktsOK = rxsc->stats.InPktsOK; in cn10k_mdo_get_rx_sc_stats()
/linux-6.6.21/include/net/
Dmacsec.h272 struct macsec_rx_sc_stats *rx_sc_stats; member
/linux-6.6.21/drivers/net/
Dmacsec.c2783 ctx.stats.rx_sc_stats = sum; in get_rx_sc_stats()
3037 struct macsec_rx_sc_stats rx_sc_stats = {0, }; in dump_secy() local
3174 memset(&rx_sc_stats, 0, sizeof(rx_sc_stats)); in dump_secy()
3175 get_rx_sc_stats(dev, rx_sc, &rx_sc_stats); in dump_secy()
3176 if (copy_rx_sc_stats(skb, &rx_sc_stats)) { in dump_secy()