Searched refs:hw_eq_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.h64 hw_eq_t *eq;
93 extern void hw_thread_eq_handler(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
H A Docs_hw.h61 typedef struct hw_eq_s hw_eq_t; typedef in typeref:struct:hw_eq_s
598 hw_eq_t *eq; /**< EQ that this HIO came up on */
965 hw_eq_t *hw_eq[OCS_HW_MAX_NUM_EQ];
1128 hw_eq_t *eq; /*<< parent EQ */
1241 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count);
1242 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count);
1243 extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count);
1248 extern void hw_del_eq(hw_eq_t *eq);
1368 extern int32_t ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
H A Docs_hw_queues.c63 hw_eq_t *eqs[hw->config.n_rq];
70 hw_eq_t *eq = NULL;
91 ocs_list_init(&hw->eq_list, hw_eq_t, link);
348 hw_eq_t*
351 hw_eq_t *eq = ocs_malloc(hw->os, sizeof(*eq), OCS_M_ZERO | OCS_M_NOWAIT);
393 hw_new_cq(hw_eq_t *eq, uint32_t entry_count)
434 hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count)
761 hw_del_eq(hw_eq_t *eq)
890 hw_eq_t *eq;
936 hw_eq_t *e
[all...]
H A Docs_ddump.c560 hw_eq_t *eq;
H A Docs_hw.c2128 hw_eq_t *eq;
2148 /* Get pointer to hw_eq_t */
2180 ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec)

Completed in 99 milliseconds