Searched refs:hw_cq (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/scsi/elx/efct/ |
D | efct_hw.h | 408 struct hw_cq *hw_cq[EFCT_HW_MAX_NUM_CQ]; member 481 struct hw_cq { struct 505 struct hw_cq *cq; argument 519 struct hw_cq *cq; 551 struct hw_cq *cq; 658 struct hw_cq *cq, u8 *cqe); 682 void efct_hw_cq_process(struct efct_hw *hw, struct hw_cq *cq); 684 efct_hw_wq_process(struct efct_hw *hw, struct hw_cq *cq, 687 efct_hw_xabt_process(struct efct_hw *hw, struct hw_cq *cq, 738 struct hw_cq *efct_hw_new_cq(struct hw_eq *eq, u32 entry_count); [all …]
|
D | efct_hw_queues.c | 15 struct hw_cq *cq = NULL; in efct_hw_init_queues() 20 struct hw_cq *cqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues() 158 struct hw_cq * 162 struct hw_cq *cq = kzalloc(sizeof(*cq), GFP_KERNEL); in efct_hw_new_cq() 183 hw->hw_cq[cq->instance] = cq; in efct_hw_new_cq() 192 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[], in efct_hw_new_cq_set() 198 struct hw_cq *cq = NULL; in efct_hw_new_cq_set() 228 hw->hw_cq[cqs[i]->instance] = cqs[i]; in efct_hw_new_cq_set() 244 efct_hw_new_mq(struct hw_cq *cq, u32 entry_count) in efct_hw_new_mq() 275 efct_hw_new_wq(struct hw_cq *cq, u32 entry_count) in efct_hw_new_wq() [all …]
|
D | efct_hw.c | 2228 efct_hw_cq_process(hw, hw->hw_cq[i]); in efct_hw_eq_process() 2239 efct_hw_cq_process(hw, hw->hw_cq[index]); in efct_hw_eq_process() 2313 efct_hw_cq_process(struct efct_hw *hw, struct hw_cq *cq) in efct_hw_cq_process() 2412 efct_hw_wq_process(struct efct_hw *hw, struct hw_cq *cq, in efct_hw_wq_process() 2439 efct_hw_xabt_process(struct efct_hw *hw, struct hw_cq *cq, in efct_hw_xabt_process()
|