Home
last modified time | relevance | path

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

/qemu/hw/nvme/
H A Dctrl.c5663 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_csi()
5691 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns()
5722 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_list()
5776 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_sec_ctrl_list()
5800 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_ind()
5828 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_csi()
5864 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist()
5911 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist_csi()
5978 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_descr_list()
6058 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify()
/qemu/include/block/
H A Dnvme.h702 typedef struct QEMU_PACKED NvmeIdentify { struct
717 } NvmeIdentify; argument
1939 QEMU_BUILD_BUG_ON(sizeof(NvmeIdentify) != 64); in _nvme_check_size()