Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1124 struct mcs_secy_stats rx_rsp = { 0 }; in cn10k_mcs_sync_stats() local
1138 cn10k_mcs_secy_stats(pfvf, txsc->hw_secy_id_rx, &rx_rsp, MCS_RX, true); in cn10k_mcs_sync_stats()
1140 txsc->stats.InPktsBadTag += rx_rsp.pkt_badtag_cnt; in cn10k_mcs_sync_stats()
1141 txsc->stats.InPktsUnknownSCI += rx_rsp.pkt_nosa_cnt; in cn10k_mcs_sync_stats()
1142 txsc->stats.InPktsNoSCI += rx_rsp.pkt_nosaerror_cnt; in cn10k_mcs_sync_stats()
1144 txsc->stats.InPktsNoTag += rx_rsp.pkt_untaged_cnt; in cn10k_mcs_sync_stats()
1146 txsc->stats.InPktsUntagged += rx_rsp.pkt_untaged_cnt; in cn10k_mcs_sync_stats()
1572 struct mcs_secy_stats tx_rsp = { 0 }, rx_rsp = { 0 }; in cn10k_mdo_get_dev_stats() local
1585 cn10k_mcs_secy_stats(pfvf, txsc->hw_secy_id_rx, &rx_rsp, MCS_RX, true); in cn10k_mdo_get_dev_stats()
1586 txsc->stats.InPktsBadTag += rx_rsp.pkt_badtag_cnt; in cn10k_mdo_get_dev_stats()
[all …]