Searched refs:cqp_request (Results 1 – 1 of 1) sorted by relevance
246 struct irdma_cqp_request *cqp_request; in irdma_alloc_push_page() local252 cqp_request = irdma_alloc_and_get_cqp_request(&iwdev->rf->cqp, true); in irdma_alloc_push_page()253 if (!cqp_request) in irdma_alloc_push_page()256 cqp_info = &cqp_request->info; in irdma_alloc_push_page()265 cqp_info->in.u.manage_push_page.scratch = (uintptr_t)cqp_request; in irdma_alloc_push_page()267 status = irdma_handle_cqp_op(iwdev->rf, cqp_request); in irdma_alloc_push_page()268 if (!status && cqp_request->compl_info.op_ret_val < in irdma_alloc_push_page()270 qp->push_idx = cqp_request->compl_info.op_ret_val; in irdma_alloc_push_page()274 irdma_put_cqp_request(&iwdev->rf->cqp, cqp_request); in irdma_alloc_push_page()783 struct irdma_cqp_request *cqp_request; in irdma_cqp_create_qp_cmd() local[all …]