hw_eq_t
hw_eq_t *eq;
hw_eq_t *eq;
ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec)
hw_eq_t *eq; /*<< parent EQ */
extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count);
extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count);
extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count);
extern void hw_del_eq(hw_eq_t *eq);
extern int32_t ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
hw_eq_t *eq; /**< EQ that this HIO came up on */
hw_eq_t *hw_eq[OCS_HW_MAX_NUM_EQ];
hw_eq_t*
hw_eq_t *eq = ocs_malloc(hw->os, sizeof(*eq), OCS_M_ZERO | OCS_M_NOWAIT);
hw_new_cq(hw_eq_t *eq, uint32_t entry_count)
hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count)
hw_eq_t *eqs[hw->config.n_rq];
hw_eq_t *eq = NULL;
hw_del_eq(hw_eq_t *eq)
ocs_list_init(&hw->eq_list, hw_eq_t, link);
hw_eq_t *eq;
hw_eq_t *eq;
hw_eq_t *eq_next;
hw_eq_t *eq;
hw_eq_t *eq;
extern void hw_thread_eq_handler(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);