Searched refs:sc_rsp (Results 1 – 1 of 1) sorted by relevance
1124 struct mcs_sc_stats sc_rsp = { 0 }; in cn10k_mcs_sync_stats() local 1148 cn10k_mcs_sc_stats(pfvf, rxsc->hw_sc_id, &sc_rsp, MCS_RX, true); in cn10k_mcs_sync_stats() 1150 rxsc->stats.InOctetsValidated += sc_rsp.octet_validate_cnt; in cn10k_mcs_sync_stats() 1151 rxsc->stats.InOctetsDecrypted += sc_rsp.octet_decrypt_cnt; in cn10k_mcs_sync_stats() 1153 rxsc->stats.InPktsInvalid += sc_rsp.pkt_invalid_cnt; in cn10k_mcs_sync_stats() 1154 rxsc->stats.InPktsNotValid += sc_rsp.pkt_notvalid_cnt; in cn10k_mcs_sync_stats() 1157 rxsc->stats.InPktsLate += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats() 1159 rxsc->stats.InPktsDelayed += sc_rsp.pkt_late_cnt; in cn10k_mcs_sync_stats() 1162 rxsc->stats.InPktsUnchecked += sc_rsp.pkt_unchecked_cnt; in cn10k_mcs_sync_stats() 1164 rxsc->stats.InPktsOK += sc_rsp in cn10k_mcs_sync_stats() [all...]