Searched refs:max_bytes_per_req (Results 1 – 4 of 4) sorted by relevance
98 scsi_plat->max_bytes_per_req = 1 << 20; in sandbox_scsi_probe()
170 if (uc_plat->max_bytes_per_req) in scsi_read()171 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_read()240 if (uc_plat->max_bytes_per_req) in scsi_write()241 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_write()
280 unsigned long max_bytes_per_req; member
1879 scsi_plat->max_bytes_per_req = UFS_MAX_BYTES; in ufshcd_probe()
Completed in 15 milliseconds