Searched refs:NVME_CTRL_SGLS_SUPPORT_NO_ALIGN (Results 1 – 2 of 2) sorted by relevance
/qemu/include/block/ | ||
H A D | nvme.h | 1300 #define NVME_CTRL_SGLS_SUPPORT_NO_ALIGN (0x1 << 0) macro |
/qemu/hw/nvme/ | ||
H A D | ctrl.c | 8874 id->sgls = cpu_to_le32(NVME_CTRL_SGLS_SUPPORT_NO_ALIGN | in nvme_init_ctrl() |