Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1157 rxsc->stats.InPktsLate += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats()
1669 rxsc->stats.InPktsLate += rsp.pkt_late_cnt; in cn10k_mdo_get_rx_sc_stats()
1682 ctx->stats.rx_sc_stats->InPktsLate = rxsc->stats.InPktsLate; in cn10k_mdo_get_rx_sc_stats()
H A Dotx2_common.h407 u64 InPktsLate; member
/linux/drivers/net/
H A Dmacsec.c753 rxsc_stats->stats.InPktsLate++; in macsec_post_decrypt()
1259 rxsc_stats->stats.InPktsLate++; in macsec_handle_frame()
2818 sum->InPktsLate += tmp.InPktsLate; in get_rx_sc_stats()
2846 sum->InPktsLate, in copy_rx_sc_stats()
/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()