Searched refs:vcq (Results 1 – 2 of 2) sorted by relevance
244 struct pvrdma_cq *vcq = to_vcq(cq); in pvrdma_destroy_cq() local253 cmd->cq_handle = vcq->cq_handle; in pvrdma_destroy_cq()263 dev->cq_tbl[vcq->cq_handle] = NULL; in pvrdma_destroy_cq()266 pvrdma_free_cq(dev, vcq); in pvrdma_destroy_cq()
350 cqe = get_cqe(vcq, i); in cq_frag_buf_init()503 cqe64 = next_cqe_sw(vcq); in mlx5_vdpa_poll_one()507 vcq->mcq.cons_index++; in mlx5_vdpa_poll_one()573 vcq->mcq.set_ci_db = vcq->db.db; in cq_create()574 vcq->mcq.arm_db = vcq->db.db + 1; in cq_create()575 vcq->mcq.cqe_sz = 64; in cq_create()581 cq_frag_buf_init(vcq, &vcq->buf); in cq_create()615 vcq->mcq.comp = mlx5_vdpa_cq_comp; in cq_create()616 vcq->cqe = num_ent; in cq_create()617 vcq->mcq.set_ci_db = vcq->db.db; in cq_create()[all …]