Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D3w-xxxx.h426 u32 max_sector_count; member
H A D3w-sas.h390 unsigned int max_sector_count; member
H A D3w-9xxx.h676 unsigned int max_sector_count; member
H A D3w-sas.c184 tw_dev->max_sector_count, in twl_show_stats()
359 if (tw_dev->sector_count > tw_dev->max_sector_count) in twl_scsiop_execute_scsi()
360 tw_dev->max_sector_count = tw_dev->sector_count; in twl_scsiop_execute_scsi()
H A D3w-xxxx.c518 tw_dev->max_sector_count, in tw_show_stats()
1748 if (tw_dev->sector_count > tw_dev->max_sector_count) in tw_scsiop_read_write()
1749 tw_dev->max_sector_count = tw_dev->sector_count; in tw_scsiop_read_write()
H A D3w-9xxx.c183 tw_dev->max_sector_count, in twa_show_stats()
1892 if (tw_dev->sector_count > tw_dev->max_sector_count) in DEF_SCSI_QCMD()
1893 tw_dev->max_sector_count = tw_dev->sector_count; in DEF_SCSI_QCMD()