Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h1811 typedef struct QEMU_PACKED NvmeRuhStatusDescr { struct
1817 } NvmeRuhStatusDescr; typedef
/qemu/hw/nvme/
H A Dctrl.c4282 NvmeRuhStatusDescr *ruhsd; in nvme_io_mgmt_recv_ruhs()
4303 trans_len = sizeof(NvmeRuhStatus) + nruhsd * sizeof(NvmeRuhStatusDescr); in nvme_io_mgmt_recv_ruhs()
4309 ruhsd = (NvmeRuhStatusDescr *)(buf + sizeof(NvmeRuhStatus)); in nvme_io_mgmt_recv_ruhs()