Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvme/
H A Dctrl.c5577 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_csi()
5603 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns()
5634 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ctrl_list()
5688 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_sec_ctrl_list()
5712 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_ind()
5740 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_csi()
5776 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist()
5823 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_nslist_csi()
5890 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify_ns_descr_list()
5970 NvmeIdentify *c = (NvmeIdentify *)&req->cmd; in nvme_identify()
/openbmc/qemu/include/block/
H A Dnvme.h702 typedef struct QEMU_PACKED NvmeIdentify { struct
717 } NvmeIdentify; argument
1893 QEMU_BUILD_BUG_ON(sizeof(NvmeIdentify) != 64); in _nvme_check_size()