Lines Matching refs:hw_cq
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()
310 efct_hw_new_rq_set(struct hw_cq *cqs[], struct hw_rq *rqs[], in efct_hw_new_rq_set()
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()
428 cq->eq->hw->hw_cq[cq->instance] = NULL; in efct_hw_del_cq()
521 efct_hw_rqpair_process_rq(struct efct_hw *hw, struct hw_cq *cq, in efct_hw_rqpair_process_rq()