Lines Matching refs:cqp
518 struct i40iw_sc_cqp *cqp; in i40iw_puda_qp_wqe() local
524 cqp = dev->cqp; in i40iw_puda_qp_wqe()
525 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, 0); in i40iw_puda_qp_wqe()
536 LS_64(cqp->polarity, I40IW_CQPSQ_WQEVALID); in i40iw_puda_qp_wqe()
540 i40iw_debug_buf(cqp->dev, I40IW_DEBUG_PUDA, "PUDA CQE", wqe, 32); in i40iw_puda_qp_wqe()
541 i40iw_sc_cqp_post_sq(cqp); in i40iw_puda_qp_wqe()
542 status = dev->cqp_ops->poll_for_cqp_op_done(dev->cqp, in i40iw_puda_qp_wqe()
631 struct i40iw_sc_cqp *cqp; in i40iw_puda_cq_wqe() local
636 cqp = dev->cqp; in i40iw_puda_cq_wqe()
637 wqe = i40iw_sc_cqp_get_next_send_wqe(cqp, 0); in i40iw_puda_cq_wqe()
655 LS_64(cqp->polarity, I40IW_CQPSQ_WQEVALID); in i40iw_puda_cq_wqe()
661 i40iw_sc_cqp_post_sq(dev->cqp); in i40iw_puda_cq_wqe()
662 status = dev->cqp_ops->poll_for_cqp_op_done(dev->cqp, in i40iw_puda_cq_wqe()
741 ret = dev->cqp_ops->poll_for_cqp_op_done(dev->cqp, in i40iw_puda_free_qp()
773 ret = dev->cqp_ops->poll_for_cqp_op_done(dev->cqp, in i40iw_puda_free_cq()