Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshcd.c2170 int len_to_copy; in ufshcd_copy_sense_data() local
2173 len_to_copy = min_t(int, UFS_SENSE_SIZE, len); in ufshcd_copy_sense_data()
2176 len_to_copy); in ufshcd_copy_sense_data()