Searched refs:sc_rsp (Results 1 – 1 of 1) sorted by relevance
1125 struct mcs_sc_stats sc_rsp = { 0 }; in cn10k_mcs_sync_stats() local1149 cn10k_mcs_sc_stats(pfvf, rxsc->hw_sc_id, &sc_rsp, MCS_RX, true); in cn10k_mcs_sync_stats()1151 rxsc->stats.InOctetsValidated += sc_rsp.octet_validate_cnt; in cn10k_mcs_sync_stats()1152 rxsc->stats.InOctetsDecrypted += sc_rsp.octet_decrypt_cnt; in cn10k_mcs_sync_stats()1154 rxsc->stats.InPktsInvalid += sc_rsp.pkt_invalid_cnt; in cn10k_mcs_sync_stats()1155 rxsc->stats.InPktsNotValid += sc_rsp.pkt_notvalid_cnt; in cn10k_mcs_sync_stats()1158 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()1163 rxsc->stats.InPktsUnchecked += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()1165 rxsc->stats.InPktsOK += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats()