Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c2317 if (sdebug_capacity < 0xffffffff) { in resp_readcap()
2950 if ((bd_len > 0) && (!sdebug_capacity)) in resp_mode_sense()
2954 if (sdebug_capacity > 0xfffffffe) in resp_mode_sense()
3887 if (lba + num > sdebug_capacity) { in check_device_access_params()
5482 num = sdebug_capacity - lba; in resp_get_lba_status()
5620 if (lba + nblks > sdebug_capacity) { in resp_pre_fetch()
5851 if (zs_lba >= sdebug_capacity) { in resp_report_zones()
6071 if (z_id >= sdebug_capacity) { in resp_open_zone()
6138 if (z_id >= sdebug_capacity) { in resp_close_zone()
6210 if (z_id >= sdebug_capacity) { in resp_finish_zone()
[all …]