Home
last modified time | relevance | path

Searched refs:pkt_unchecked_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1134 rxsc->stats.InPktsUnchecked += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()
1136 rxsc->stats.InPktsOK += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()
1646 rxsc->stats.InPktsUnchecked += rsp.pkt_unchecked_cnt; in cn10k_mdo_get_rx_sc_stats()
1648 rxsc->stats.InPktsOK += rsp.pkt_unchecked_cnt; in cn10k_mdo_get_rx_sc_stats()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c219 stats->pkt_unchecked_cnt = mcs_reg_read(mcs, reg); in mcs_get_sc_stats()
H A Dmbox.h2592 u64 pkt_unchecked_cnt; member