Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
A Dcsio_scsi.h82 #define CSIO_SCSI_TM_POLL_MS 2000 /* should be less than macro
A Dcsio_scsi.c2138 count = DIV_ROUND_UP((ioreq->tmo + 10) * 1000, CSIO_SCSI_TM_POLL_MS); in csio_eh_lun_reset_handler()
2161 count * (CSIO_SCSI_TM_POLL_MS / 1000)); in csio_eh_lun_reset_handler()
2165 msleep(CSIO_SCSI_TM_POLL_MS); in csio_eh_lun_reset_handler()

Completed in 8 milliseconds