Searched refs:hw_eq_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.h | 62 hw_eq_t *eq; 90 extern void hw_thread_eq_handler(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
|
H A D | ocs_hw.h | 58 typedef struct hw_eq_s hw_eq_t; typedef 593 hw_eq_t *eq; /**< EQ that this HIO came up on */ 958 hw_eq_t *hw_eq[OCS_HW_MAX_NUM_EQ]; 1119 hw_eq_t *eq; /*<< parent EQ */ 1232 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count); 1233 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count); 1234 extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_coun… 1239 extern void hw_del_eq(hw_eq_t *eq); 1359 extern int32_t ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec);
|
H A D | ocs_hw_queues.c | 61 hw_eq_t *eqs[hw->config.n_rq]; in ocs_hw_init_queues() 68 hw_eq_t *eq = NULL; in ocs_hw_init_queues() 89 ocs_list_init(&hw->eq_list, hw_eq_t, link); in ocs_hw_init_queues() 354 hw_eq_t* 357 hw_eq_t *eq = ocs_malloc(hw->os, sizeof(*eq), OCS_M_ZERO | OCS_M_NOWAIT); in hw_new_eq() 399 hw_new_cq(hw_eq_t *eq, uint32_t entry_count) in hw_new_cq() 440 hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count) in hw_new_cq_set() 763 hw_del_eq(hw_eq_t *eq) in hw_del_eq() 892 hw_eq_t *eq; in hw_queue_dump() 938 hw_eq_t *eq; in hw_queue_teardown() [all …]
|
H A D | ocs_ddump.c | 554 hw_eq_t *eq; in hw_queue_ddump()
|
H A D | ocs_hw.c | 2127 hw_eq_t *eq; in ocs_hw_process() 2179 ocs_hw_eq_process(ocs_hw_t *hw, hw_eq_t *eq, uint32_t max_isr_time_msec) in ocs_hw_eq_process()
|