Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c2248 int power_cond, want_stop, stopped_state; in resp_start_stop() local
2256 want_stop = !(cmd[4] & 1); in resp_start_stop()
2271 if (want_stop) { in resp_start_stop()
2279 changing = (stopped_state != want_stop); in resp_start_stop()
2281 atomic_xchg(&devip->stopped, want_stop); in resp_start_stop()
2282 if (sdebug_ptype == TYPE_TAPE && !want_stop) { in resp_start_stop()