Lines Matching refs:cq_idx
680 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()
681 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()
978 static int efa_destroy_cq_idx(struct efa_dev *dev, int cq_idx) in efa_destroy_cq_idx() argument
980 struct efa_com_destroy_cq_params params = { .cq_idx = cq_idx }; in efa_destroy_cq_idx()
992 cq->cq_idx, cq->cpu_addr, cq->size, &cq->dma_addr); in efa_destroy_cq()
995 efa_destroy_cq_idx(dev, cq->cq_idx); in efa_destroy_cq()
1103 resp.cq_idx = result.cq_idx; in efa_create_cq()
1104 cq->cq_idx = result.cq_idx; in efa_create_cq()
1111 cq->cq_idx); in efa_create_cq()
1126 cq->cq_idx, result.actual_depth, &cq->dma_addr, cq->cpu_addr); in efa_create_cq()
1133 efa_destroy_cq_idx(dev, cq->cq_idx); in efa_create_cq()