Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/host/
Dconstants.c95 [NVME_SC_LBA_RANGE] = "LBA Out of Range",
Dcore.c258 case NVME_SC_LBA_RANGE: in nvme_error_status()
/linux-6.1.9/drivers/nvme/target/
Dzns.c163 return NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_validate_zone_mgmt_recv()
500 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_zmgmt_send_work()
558 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_execute_zone_append()
Dio-cmd-bdev.c140 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in blk_to_nvme_status()
Dcore.c59 return NVME_SC_LBA_RANGE | NVME_SC_DNR; in errno_to_nvme_status()
/linux-6.1.9/include/linux/
Dnvme.h1842 NVME_SC_LBA_RANGE = 0x80, enumerator