Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dzns.c147 return NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_validate_zone_mgmt_recv()
485 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_zmgmt_send_work()
542 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in nvmet_bdev_execute_zone_append()
Dio-cmd-bdev.c131 status = NVME_SC_LBA_RANGE | NVME_SC_DNR; in blk_to_nvme_status()
Dcore.c55 return NVME_SC_LBA_RANGE | NVME_SC_DNR; in errno_to_nvme_status()
/Linux-v5.15/include/linux/
Dnvme.h1516 NVME_SC_LBA_RANGE = 0x80, enumerator
/Linux-v5.15/drivers/nvme/host/
Dcore.c270 case NVME_SC_LBA_RANGE: in nvme_error_status()