Lines Matching defs:error
225 * will issue error recovery and queue re-creation.
438 * establishment error flow to avoid getting other cma events, thus
784 int error;
786 error = nvme_rdma_alloc_queue(ctrl, 0, NVME_AQ_DEPTH);
787 if (error)
788 return error;
804 * error recovery and queue re-creation.
806 error = nvme_rdma_alloc_qe(ctrl->device->dev, &ctrl->async_event_sqe,
808 if (error)
812 error = nvme_alloc_admin_tag_set(&ctrl->ctrl,
816 if (error)
821 error = nvme_rdma_start_queue(ctrl, 0);
822 if (error)
825 error = nvme_enable_ctrl(&ctrl->ctrl);
826 if (error)
838 error = nvme_init_ctrl_finish(&ctrl->ctrl, false);
839 if (error)
861 return error;
1149 dev_warn(ctrl->ctrl.device, "starting error recovery\n");
1609 "%s failed with error code %d\n", __func__, ret);
1635 "%s failed with error code %d\n", __func__, ret);
1906 "CM error event %d\n", ev->event);
1963 * All other requests should be cancelled by the error
1971 * LIVE state should trigger the normal error recovery which will
2091 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",