Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c2207 arr[3] = (stopped_state == 2) ? 0x1 : 0x2; in resp_requests()
2214 arr[13] = (stopped_state == 2) ? 0x1 : 0x2; in resp_requests()
2248 int power_cond, want_stop, stopped_state; in resp_start_stop() local
2257 stopped_state = atomic_read(&devip->stopped); in resp_start_stop()
2258 if (stopped_state == 2) { in resp_start_stop()
2267 stopped_state = 0; in resp_start_stop()
2270 if (stopped_state == 2) { in resp_start_stop()
2272 stopped_state = 1; /* dummy up success */ in resp_start_stop()
2279 changing = (stopped_state != want_stop); in resp_start_stop()
8921 int stopped_state; in resp_not_ready() local
[all …]