Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_driver.h71 u32 max_isr_time_msec; member
H A Defct_driver.c151 efct->max_isr_time_msec = EFCT_OS_MAX_ISR_TIME_MSEC; in efct_device_attach()
414 efct_hw_process(&efct->hw, intr_ctx->index, efct->max_isr_time_msec); in efct_intr_thread()
H A Defct_hw.c2175 u32 max_isr_time_msec) in efct_hw_process() argument
2200 return efct_hw_eq_process(hw, eq, max_isr_time_msec); in efct_hw_process()
2205 u32 max_isr_time_msec) in efct_hw_eq_process() argument
2252 if (telapsed >= max_isr_time_msec) in efct_hw_eq_process()