Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c1883 int len_to_copy; in ufshcd_copy_sense_data() local
1886 len_to_copy = min_t(int, RESPONSE_UPIU_SENSE_DATA_LENGTH, len); in ufshcd_copy_sense_data()
1890 min_t(int, len_to_copy, UFSHCD_REQ_SENSE_SIZE)); in ufshcd_copy_sense_data()