Lines Matching defs:new_req
2633 struct irdma_cqp_request *new_req;
2642 new_req = irdma_alloc_and_get_cqp_request(&rf->cqp, true);
2643 if (!new_req) {
2647 cqp_info = &new_req->info;
2648 hw_info = &new_req->info.in.u.qp_flush_wqes.info;
2653 cqp_info->in.u.qp_flush_wqes.scratch = (uintptr_t)new_req;
2655 status = irdma_handle_cqp_op(rf, new_req);
2656 if (new_req->compl_info.maj_err_code ||
2657 new_req->compl_info.min_err_code != IRDMA_CQP_COMPL_SQ_WQE_FLUSHED ||
2664 irdma_put_cqp_request(&rf->cqp, new_req);