Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dtrace-events62 …fy_sec_ctrl_list(uint16_t cntlid, uint8_t numcntl) "identify secondary controller list cntlid=%"PR…
H A Dctrl.c5785 list.numcntl = MIN(num_sec_ctrl - i, 127); in nvme_identify_sec_ctrl_list()
5787 list.numcntl * sizeof(NvmeSecCtrlEntry)); in nvme_identify_sec_ctrl_list()
5792 trace_pci_nvme_identify_sec_ctrl_list(pri_ctrl_id, list.numcntl); in nvme_identify_sec_ctrl_list()
/qemu/include/block/
H A Dnvme.h1746 uint8_t numcntl; member