Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvme/
H A Dnvme.h479 case NVME_CMD_ZONE_APPEND: return "NVME_ZONED_CMD_ZONE_APPEND"; in nvme_io_opc_str()
H A Dctrl.c312 [NVME_CMD_ZONE_APPEND] = NVME_CMD_EFF_CSUPP | NVME_CMD_EFF_LBCC,
1777 case NVME_CMD_ZONE_APPEND: in nvme_aio_err()
2157 rw->opcode == NVME_CMD_ZONE_APPEND || in nvme_is_write()
4667 case NVME_CMD_ZONE_APPEND: in nvme_io_cmd()
/openbmc/qemu/include/block/
H A Dnvme.h641 NVME_CMD_ZONE_APPEND = 0x7d, enumerator