Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_hw_queues.h93 extern void hw_thread_eq_handler(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
HDocs_drv_fc.h72 uint32_t max_isr_time_msec; /*>> Maximum ISR time */ member
HDocs.h159 uint32_t max_isr_time_msec; /*>> Maximum ISR time */ member
HDocs_ddump.c677 ocs_ddump_value(textbuf, "max_isr_time_msec", "%d", ocs->max_isr_time_msec); in ocs_ddump()
HDocs_hw.h1368 extern int32_t ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
HDocs_hw.c2126 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()