Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c640 static unsigned int sdebug_medium_error_start = OPT_MEDIUM_ERR_ADDR; variable
2744 (lba <= (sdebug_medium_error_start + sdebug_medium_error_count - 1)) && in resp_read_dt0()
2745 ((lba + num) > sdebug_medium_error_start))) { in resp_read_dt0()
4531 module_param_named(medium_error_start, sdebug_medium_error_start, int, S_IRUGO | S_IWUSR);