Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6343 int wait_rc; in pqi_lun_reset_with_retries() local
6357 wait_rc = pqi_device_wait_for_pending_io(ctrl_info, device, lun, timeout_msecs); in pqi_lun_reset_with_retries()
6358 if (wait_rc && reset_rc == 0) in pqi_lun_reset_with_retries()
6359 reset_rc = wait_rc; in pqi_lun_reset_with_retries()