Home
last modified time | relevance | path

Searched refs:NVME_DNR (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/nvme/
H A Dctrl.c433 return NVME_NOZRWA | NVME_DNR; in nvme_zns_check_resources()
1677 return NVME_LBA_RANGE | NVME_DNR; in nvme_check_bounds()
3470 return status | NVME_DNR; in nvme_read()
3646 return status | NVME_DNR; in nvme_do_write()
3679 return NVME_LBA_RANGE | NVME_DNR; in nvme_get_mgmt_zone_slba_idx()
3713 return NVME_NOZRWA | NVME_DNR; in nvme_open_zone()
4137 status |= NVME_DNR; in nvme_zone_mgmt_send()
4486 return NVME_INVALID_OPCODE | NVME_DNR; in nvme_io_cmd()
5534 return NVME_INVALID_FIELD | NVME_DNR; in nvme_identify_ns_csi()
6878 return NVME_INVALID_FIELD | NVME_DNR; in nvme_directive_send()
[all …]
H A Ddif.c26 return NVME_INVALID_PROT_INFO | NVME_DNR; in nvme_check_prinfo()
570 status = NVME_INVALID_PROT_INFO | NVME_DNR; in nvme_dif_rw()
/qemu/include/block/
H A Dnvme.h960 NVME_DNR = 0x4000, enumerator