Lines Matching defs:error
77 * If we got back an ANA error, we know the controller is alive but not
438 int error, i;
466 error = cb(ctrl, desc, data);
467 if (error)
468 return error;
539 int error;
542 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM,
544 if (error) {
545 dev_warn(ctrl->device, "Failed to get ANA log: %d\n", error);
549 error = nvme_parse_ana_log(ctrl, &nr_change_groups,
551 if (error)
571 return error;
745 int error = 0;
775 error = nvme_read_ana_log(ctrl);
776 if (error)
782 return error;