Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1023 rxsc->stats.InPktsLate += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats()
1025 rxsc->stats.InPktsDelayed += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats()
1525 rxsc->stats.InPktsLate += rsp.pkt_late_cnt; in cn10k_mdo_get_rx_sc_stats()
1527 rxsc->stats.InPktsDelayed += rsp.pkt_late_cnt; in cn10k_mdo_get_rx_sc_stats()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h2063 u64 pkt_late_cnt; member
Dmcs.c213 stats->pkt_late_cnt = mcs_reg_read(mcs, reg); in mcs_get_sc_stats()
Drvu_debugfs.c368 seq_printf(filp, "sc%d: Late pkts: %lld\n", sc_id, stats.pkt_late_cnt); in rvu_dbg_mcs_rx_sc_stats_display()