Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c110 #define MAX_SEL_SIZE 128 macro
113 uint8_t sel[MAX_SEL_SIZE][16];
422 if (ibs->sel.next_free == MAX_SEL_SIZE) { in sel_add_event()
1346 val = (MAX_SEL_SIZE - ibs->sel.next_free) * 16; in get_sel_info()