Home
last modified time | relevance | path

Searched refs:NVME_SC_LBA_RANGE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvme/target/ !
H A Dzns.c161 return NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_validate_zone_mgmt_recv()
496 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_zmgmt_send_work()
562 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_execute_zone_append()
H A Dio-cmd-bdev.c159 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in blk_to_nvme_status()
H A Dcore.c65 return NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in errno_to_nvme_status()
/linux/drivers/nvme/host/ !
H A Dconstants.c103 [NVME_SC_LBA_RANGE] = "LBA Out of Range",
H A Dcore.c288 case NVME_SC_LBA_RANGE: in nvme_error_status()
/linux/include/linux/ !
H A Dnvme.h2136 NVME_SC_LBA_RANGE = 0x80, enumerator