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

/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.h71 u32 max_isr_time_msec; member in struct:efct
H A Defct_hw.h681 u32 max_isr_time_msec);
690 efct_hw_process(struct efct_hw *hw, u32 vector, u32 max_isr_time_msec);
H A Defct_driver.c151 efct->max_isr_time_msec = EFCT_OS_MAX_ISR_TIME_MSEC;
414 efct_hw_process(&efct->hw, intr_ctx->index, efct->max_isr_time_msec);
H A Defct_hw.c2173 u32 max_isr_time_msec)
2198 return efct_hw_eq_process(hw, eq, max_isr_time_msec);
2203 u32 max_isr_time_msec)
2250 if (telapsed >= max_isr_time_msec)
2172 efct_hw_process(struct efct_hw *hw, u32 vector, u32 max_isr_time_msec) argument
2202 efct_hw_eq_process(struct efct_hw *hw, struct hw_eq *eq, u32 max_isr_time_msec) argument

Completed in 135 milliseconds