Lines Matching refs:total_length
363 if (migf->total_length < QM_MATCH_SIZE || hisi_acc_vdev->match_done) in vf_qm_check_match()
453 if (migf->total_length == QM_MATCH_SIZE) in vf_qm_load_data()
456 if (migf->total_length < sizeof(struct acc_vf_data)) in vf_qm_load_data()
501 migf->total_length = QM_MATCH_SIZE; in vf_qm_state_save()
539 migf->total_length = sizeof(struct acc_vf_data); in vf_qm_state_save()
613 migf->total_length = 0; in hisi_acc_vf_disable_fd()
712 migf->total_length += len; in hisi_acc_vf_resume_write()
785 if (*pos > migf->total_length) { in hisi_acc_vf_precopy_ioctl()
791 info.initial_bytes = migf->total_length - *pos; in hisi_acc_vf_precopy_ioctl()
814 if (*pos > migf->total_length) { in hisi_acc_vf_save_read()
824 len = min_t(size_t, migf->total_length - *pos, len); in hisi_acc_vf_save_read()
890 migf->total_length = QM_MATCH_SIZE; in hisi_acc_vf_pre_copy()