Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h1863 typedef struct QEMU_PACKED NvmeRuhStatusDescr { struct
1869 } NvmeRuhStatusDescr; argument
/openbmc/qemu/hw/nvme/
H A Dctrl.c4488 NvmeRuhStatusDescr *ruhsd; in nvme_io_mgmt_recv_ruhs()
4509 trans_len = sizeof(NvmeRuhStatus) + nruhsd * sizeof(NvmeRuhStatusDescr); in nvme_io_mgmt_recv_ruhs()
4515 ruhsd = (NvmeRuhStatusDescr *)(buf + sizeof(NvmeRuhStatus)); in nvme_io_mgmt_recv_ruhs()