Searched refs:max_isr_time_msec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_hw_queues.h | 93 extern void hw_thread_eq_handler(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
|
| HD | ocs_drv_fc.h | 72 uint32_t max_isr_time_msec; /*>> Maximum ISR time */ member
|
| HD | ocs.h | 159 uint32_t max_isr_time_msec; /*>> Maximum ISR time */ member
|
| HD | ocs_ddump.c | 677 ocs_ddump_value(textbuf, "max_isr_time_msec", "%d", ocs->max_isr_time_msec); in ocs_ddump()
|
| HD | ocs_hw.h | 1368 extern int32_t ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
|
| HD | ocs_hw.c | 2126 ocs_hw_process(ocs_hw_t *hw, uint32_t vector, uint32_t max_isr_time_msec) in ocs_hw_process() argument 2153 rc = ocs_hw_eq_process(hw, eq, max_isr_time_msec); in ocs_hw_process() 2180 ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec) in ocs_hw_eq_process() argument 2230 if (telapsed >= max_isr_time_msec) { in ocs_hw_eq_process()
|