Searched refs:hw_cq_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.h | 59 typedef struct hw_cq_s hw_cq_t; typedef 957 hw_cq_t *hw_cq[OCS_HW_MAX_NUM_CQ]; 1140 hw_cq_t *cq; 1156 hw_cq_t *cq; 1207 hw_cq_t *cq; 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… 1235 extern hw_mq_t *hw_new_mq(hw_cq_t *cq, uint32_t entry_count); 1236 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp); 1237 extern hw_rq_t *hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp); [all …]
|
H A D | ocs_hw_queues.c | 62 hw_cq_t *cqs[hw->config.n_rq]; in ocs_hw_init_queues() 69 hw_cq_t *cq = NULL; in ocs_hw_init_queues() 365 ocs_list_init(&eq->cq_list, hw_cq_t, link); in hw_new_eq() 398 hw_cq_t* 402 hw_cq_t *cq = ocs_malloc(hw->os, sizeof(*cq), OCS_M_ZERO | OCS_M_NOWAIT); 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() 445 hw_cq_t *cq = NULL; in hw_new_cq_set() 502 hw_new_mq(hw_cq_t *cq, uint32_t entry_count) in hw_new_mq() 545 hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp) in hw_new_wq() 590 hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp) in hw_new_rq() [all …]
|
H A D | ocs_hw_queues.h | 91 extern void hw_thread_cq_handler(ocs_hw_t *hw, hw_cq_t *cq);
|
H A D | ocs_ddump.c | 555 hw_cq_t *cq; in hw_queue_ddump()
|
H A D | ocs_hw.c | 8422 ocs_hw_cq_process(ocs_hw_t *hw, hw_cq_t *cq) in ocs_hw_cq_process() 8539 ocs_hw_wq_process(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe, int32_t status, uint16_t rid) in ocs_hw_wq_process() 8916 ocs_hw_xabt_process(ocs_hw_t *hw, hw_cq_t *cq, uint8_t *cqe, uint16_t rid) in ocs_hw_xabt_process()
|