Home
last modified time | relevance | path

Searched refs:NVME_CHANGED_NSID_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dnvme.h607 #define NVME_CHANGED_NSID_SIZE (NVME_MAX_NAMESPACES + 1) macro
608 DECLARE_BITMAP(changed_nsids, NVME_CHANGED_NSID_SIZE);
H A Dctrl.c5078 while ((nsid = find_first_bit(n->changed_nsids, NVME_CHANGED_NSID_SIZE)) != in nvme_changed_nslist()
5079 NVME_CHANGED_NSID_SIZE) { in nvme_changed_nslist()
5099 bitmap_zero(n->changed_nsids, NVME_CHANGED_NSID_SIZE); in nvme_changed_nslist()