Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c568 static unsigned int sdebug_store_sectors; variable
675 lba = do_div(lba, sdebug_store_sectors); in fake_store()
682 sector = do_div(sector, sdebug_store_sectors); in dif_store()
1211 if (sdebug_store_sectors > 0x400) { in inquiry_evpd_b0()
1212 arr[4] = (sdebug_store_sectors >> 24) & 0xff; in inquiry_evpd_b0()
1213 arr[5] = (sdebug_store_sectors >> 16) & 0xff; in inquiry_evpd_b0()
1214 arr[6] = (sdebug_store_sectors >> 8) & 0xff; in inquiry_evpd_b0()
1215 arr[7] = sdebug_store_sectors & 0xff; in inquiry_evpd_b0()
1511 return sdebug_store_sectors; in get_sdebug_capacity()
2352 if (num > sdebug_store_sectors) { in check_device_access_params()
[all …]