Lines Matching defs:cqp
15 * @cqp: struct for cqp hw
18 * @scratch: u64 saved to be used during cqp completion
20 int irdma_sc_access_ah(struct irdma_sc_cqp *cqp, struct irdma_ah_info *info,
26 wqe = irdma_sc_cqp_get_next_send_wqe(cqp, scratch);
69 FIELD_PREP(IRDMA_UDA_CQPSQ_MAV_WQEVALID, cqp->polarity) |
78 irdma_sc_cqp_post_sq(cqp);
110 * @cqp: Control QP
113 * @scratch: u64 saved to be used during cqp completion
115 int irdma_access_mcast_grp(struct irdma_sc_cqp *cqp,
122 ibdev_dbg(to_ibdev(cqp->dev), "WQE: mg_id out of range\n");
126 wqe = irdma_sc_cqp_get_next_send_wqe(cqp, scratch);
128 ibdev_dbg(to_ibdev(cqp->dev), "WQE: ring full\n");
157 FIELD_PREP(IRDMA_UDA_CQPSQ_MG_WQEVALID, cqp->polarity) |
168 irdma_sc_cqp_post_sq(cqp);