Home
last modified time | relevance | path

Searched refs:CSIO_SCSI_TM_POLL_MS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_scsi.h82 #define CSIO_SCSI_TM_POLL_MS 2000 /* should be less than macro
H A Dcsio_scsi.c2134 count = DIV_ROUND_UP((ioreq->tmo + 10) * 1000, CSIO_SCSI_TM_POLL_MS); in csio_eh_lun_reset_handler()
2157 count * (CSIO_SCSI_TM_POLL_MS / 1000)); in csio_eh_lun_reset_handler()
2161 msleep(CSIO_SCSI_TM_POLL_MS); in csio_eh_lun_reset_handler()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_scsi.h82 #define CSIO_SCSI_TM_POLL_MS 2000 /* should be less than macro
H 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 7 milliseconds