Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie_aer.c75 if (aer_log->log_num == aer_log->log_max) { in aer_log_add_err()
105 if (dev->exp.aer_log.log_max > PCIE_AER_LOG_MAX_LIMIT) { in pcie_aer_init()
107 "is %d", dev->exp.aer_log.log_max, PCIE_AER_LOG_MAX_LIMIT); in pcie_aer_init()
111 dev->exp.aer_log.log_max); in pcie_aer_init()
137 if (dev->exp.aer_log.log_max > 0) { in pcie_aer_init()
814 return s->log_num <= s->log_max; in pcie_aer_state_log_num_valid()
823 VMSTATE_UINT16_EQUAL(log_max, PCIEAERLog, NULL),
H A Dpcie_port.c117 parent_obj.parent_obj.exp.aer_log.log_max,
/openbmc/qemu/include/hw/pci/
H A Dpcie_aer.h62 uint16_t log_max; member