Home
last modified time | relevance | path

Searched refs:hw_cq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h408 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);
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,
740 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
744 *efct_hw_new_wq(struct hw_cq *cq, u32 entry_count);
[all …]
H A Defct_hw_queues.c15 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 *
183 hw->hw_cq[cq->instance] = cq; in efct_hw_new_cq()
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()
390 struct hw_cq *cq; in efct_hw_del_eq()
391 struct hw_cq *cq_next; in efct_hw_del_eq()
404 efct_hw_del_cq(struct hw_cq *cq) in efct_hw_del_cq()
[all …]
H A Defct_hw.c2228 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()