Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dctrl.c5433 int cntlid, nr_ids = 0; in nvme_identify_ctrl_list() local
5462 ids[nr_ids++] = cntlid; in nvme_identify_ctrl_list()
5465 list[0] = nr_ids; in nvme_identify_ctrl_list()
6378 uint16_t *nr_ids = &list[0]; in nvme_ns_attachment() local
6399 if (!*nr_ids) { in nvme_ns_attachment()
6403 *nr_ids = MIN(*nr_ids, NVME_CONTROLLER_LIST_SIZE - 1); in nvme_ns_attachment()
6404 for (i = 0; i < *nr_ids; i++) { in nvme_ns_attachment()