Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1095 struct mcs_secy_stats rx_rsp = { 0 }; in cn10k_mcs_sync_stats() local
1109 cn10k_mcs_secy_stats(pfvf, txsc->hw_secy_id_rx, &rx_rsp, MCS_RX, true); in cn10k_mcs_sync_stats()
1111 txsc->stats.InPktsBadTag += rx_rsp.pkt_badtag_cnt; in cn10k_mcs_sync_stats()
1112 txsc->stats.InPktsUnknownSCI += rx_rsp.pkt_nosa_cnt; in cn10k_mcs_sync_stats()
1113 txsc->stats.InPktsNoSCI += rx_rsp.pkt_nosaerror_cnt; in cn10k_mcs_sync_stats()
1115 txsc->stats.InPktsNoTag += rx_rsp.pkt_untaged_cnt; in cn10k_mcs_sync_stats()
1117 txsc->stats.InPktsUntagged += rx_rsp.pkt_untaged_cnt; in cn10k_mcs_sync_stats()
1543 struct mcs_secy_stats tx_rsp = { 0 }, rx_rsp = { 0 }; in cn10k_mdo_get_dev_stats() local
1556 cn10k_mcs_secy_stats(pfvf, txsc->hw_secy_id_rx, &rx_rsp, MCS_RX, true); in cn10k_mdo_get_dev_stats()
1557 txsc->stats.InPktsBadTag += rx_rsp.pkt_badtag_cnt; in cn10k_mdo_get_dev_stats()
[all …]