Searched refs:NVME_CAP_SET_PMRS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/block/ | ||
H A D | nvme.h | 139 #define NVME_CAP_SET_PMRS(cap, val) \ macro |
/openbmc/qemu/hw/nvme/ | ||
H A D | ctrl.c | 8783 NVME_CAP_SET_PMRS(cap, n->pmr.dev ? 1 : 0); in nvme_init_ctrl() |