Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
A Defct_driver.h71 u32 max_isr_time_msec; member
A Defct_hw.h681 u32 max_isr_time_msec);
690 efct_hw_process(struct efct_hw *hw, u32 vector, u32 max_isr_time_msec);
A Defct_driver.c150 efct->max_isr_time_msec = EFCT_OS_MAX_ISR_TIME_MSEC; in efct_device_attach()
413 efct_hw_process(&efct->hw, intr_ctx->index, efct->max_isr_time_msec); in efct_intr_thread()
A Defct_hw.c2174 u32 max_isr_time_msec) in efct_hw_process() argument
2199 return efct_hw_eq_process(hw, eq, max_isr_time_msec); in efct_hw_process()
2204 u32 max_isr_time_msec) in efct_hw_eq_process() argument
2251 if (telapsed >= max_isr_time_msec) in efct_hw_eq_process()

Completed in 14 milliseconds