Home
last modified time | relevance | path

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

/drivers/scsi/ufs/
Dufshcd.c2217 int len_to_copy; in ufshcd_copy_sense_data() local
2220 len_to_copy = min_t(int, UFS_SENSE_SIZE, len); in ufshcd_copy_sense_data()
2223 len_to_copy); in ufshcd_copy_sense_data()