Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dctrl.c5607 int cntlid, nr_ids = 0; in nvme_identify_ctrl_list() local
5636 ids[nr_ids++] = cntlid; in nvme_identify_ctrl_list()
5639 list[0] = nr_ids; in nvme_identify_ctrl_list()
5809 uint16_t *nr_ids = &list[0]; in nvme_endurance_group_list() local
5817 *nr_ids = 1; in nvme_endurance_group_list()
5820 *nr_ids = 0; in nvme_endurance_group_list()
6602 uint16_t *nr_ids = &list[0]; in nvme_ns_attachment() local
6623 if (!*nr_ids) { in nvme_ns_attachment()
6627 *nr_ids = MIN(*nr_ids, NVME_CONTROLLER_LIST_SIZE - 1); in nvme_ns_attachment()
6628 for (i = 0; i < *nr_ids; i++) { in nvme_ns_attachment()