Searched refs:max_bytes_per_req (Results 1 – 3 of 3) sorted by relevance
178 unsigned long max_bytes_per_req; member
166 if (uc_plat->max_bytes_per_req) in scsi_read()167 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_read()236 if (uc_plat->max_bytes_per_req) in scsi_write()237 max_blks = uc_plat->max_bytes_per_req / block_dev->blksz; in scsi_write()
1879 scsi_plat->max_bytes_per_req = UFS_MAX_BYTES; in ufshcd_probe()
Completed in 10 milliseconds