Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dctrl.c5369 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_csi()
5395 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns()
5426 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_list()
5480 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_sec_ctrl_list()
5505 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_csi()
5541 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist()
5588 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist_csi()
5635 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_descr_list()
5715 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify()
/qemu/include/block/
H A Dnvme.h702 typedef struct QEMU_PACKED NvmeIdentify { struct
717 } NvmeIdentify; argument
1841 QEMU_BUILD_BUG_ON(sizeof(NvmeIdentify) != 64); in _nvme_check_size()