Home
last modified time | relevance | path

Searched refs:errlog (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dlasi.c100 val = s->errlog; in lasi_chip_read_with_attrs()
175 s->errlog = val; in lasi_chip_write_with_attrs()
218 VMSTATE_UINT32(errlog, LasiState),
/openbmc/qemu/include/hw/misc/
H A Dlasi.h72 uint32_t errlog; member
/openbmc/qemu/hw/nvme/
H A Dctrl.c5113 NvmeErrorLog errlog; in nvme_error_info() local
5115 if (off >= sizeof(errlog)) { in nvme_error_info()
5123 memset(&errlog, 0x0, sizeof(errlog)); in nvme_error_info()
5124 trans_len = MIN(sizeof(errlog) - off, buf_len); in nvme_error_info()
5126 return nvme_c2h(n, (uint8_t *)&errlog, trans_len, req); in nvme_error_info()