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.h592 #define NVME_CHANGED_NSID_SIZE (NVME_MAX_NAMESPACES + 1) macro
593 DECLARE_BITMAP(changed_nsids, NVME_CHANGED_NSID_SIZE);
H A Dctrl.c5052 while ((nsid = find_first_bit(n->changed_nsids, NVME_CHANGED_NSID_SIZE)) != in nvme_changed_nslist()
5053 NVME_CHANGED_NSID_SIZE) { in nvme_changed_nslist()
5073 bitmap_zero(n->changed_nsids, NVME_CHANGED_NSID_SIZE); in nvme_changed_nslist()