Home
last modified time | relevance | path

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

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