Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1158 rxsc->stats.InPktsLate += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats()
1160 rxsc->stats.InPktsDelayed += 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()
1672 rxsc->stats.InPktsDelayed += rsp.pkt_late_cnt; in cn10k_mdo_get_rx_sc_stats()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h2251 u64 pkt_late_cnt; member
Dmcs.c213 stats->pkt_late_cnt = mcs_reg_read(mcs, reg); in mcs_get_sc_stats()
Drvu_debugfs.c365 seq_printf(filp, "sc%d: Late pkts: %lld\n", sc_id, stats.pkt_late_cnt); in rvu_dbg_mcs_rx_sc_stats_display()