Searched refs:max_bytes_per_req (Results 1 – 3 of 3) sorted by relevance
162 if (uc_plat->max_bytes_per_req) in scsi_read()163 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_read()232 if (uc_plat->max_bytes_per_req) in scsi_write()233 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_write()
175 unsigned long max_bytes_per_req; member
1873 scsi_plat->max_bytes_per_req = UFS_MAX_BYTES; in ufshcd_probe()