Lines Matching refs:status
124 u16 status = NVME_SC_SUCCESS;
127 return status;
130 * to the NVMe status code (see nvme_error_status()). For consistency,
136 status = NVME_SC_CAP_EXCEEDED | NVME_SC_DNR;
140 status = NVME_SC_LBA_RANGE | NVME_SC_DNR;
148 status = NVME_SC_ONCS_NOT_SUPPORTED | NVME_SC_DNR;
151 status = NVME_SC_INVALID_OPCODE | NVME_SC_DNR;
155 status = NVME_SC_ACCESS_DENIED;
160 status = NVME_SC_INTERNAL | NVME_SC_DNR;
176 return status;
383 u16 status;
386 status = nvmet_copy_from_sgl(req, i * sizeof(range), &range,
388 if (status)
391 status = nvmet_bdev_discard_range(req, &range, &bio);
392 if (status)
399 if (status)
404 nvmet_req_complete(req, status);