Searched refs:sc_rsp (Results 1 – 1 of 1) sorted by relevance
990 struct mcs_sc_stats sc_rsp = { 0 }; in cn10k_mcs_sync_stats() local1014 cn10k_mcs_sc_stats(pfvf, rxsc->hw_sc_id, &sc_rsp, MCS_RX, true); in cn10k_mcs_sync_stats()1016 rxsc->stats.InOctetsValidated += sc_rsp.octet_validate_cnt; in cn10k_mcs_sync_stats()1017 rxsc->stats.InOctetsDecrypted += sc_rsp.octet_decrypt_cnt; in cn10k_mcs_sync_stats()1019 rxsc->stats.InPktsInvalid += sc_rsp.pkt_invalid_cnt; in cn10k_mcs_sync_stats()1020 rxsc->stats.InPktsNotValid += sc_rsp.pkt_notvalid_cnt; in cn10k_mcs_sync_stats()1023 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()1028 rxsc->stats.InPktsUnchecked += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()1030 rxsc->stats.InPktsOK += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()