Home
last modified time | relevance | path

Searched refs:InPktsLate (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dmacsec.h81 __u64 InPktsLate; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1158 rxsc->stats.InPktsLate += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats()
1670 rxsc->stats.InPktsLate += rsp.pkt_late_cnt; in cn10k_mdo_get_rx_sc_stats()
1683 ctx->stats.rx_sc_stats->InPktsLate = rxsc->stats.InPktsLate; in cn10k_mdo_get_rx_sc_stats()
H A Dotx2_common.h399 u64 InPktsLate; member
/openbmc/linux/drivers/net/
H A Dmacsec.c725 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
1228 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
2816 sum->InPktsLate += tmp.InPktsLate; in get_rx_sc_stats()
2844 sum->InPktsLate, in copy_rx_sc_stats()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1121 ctx->stats.rx_sc_stats->InPktsLate += stats->late_pkts; in aq_mdo_get_rx_sc_stats()