Searched refs:OPAL_MAX_ERRLOG_SIZE (Results 1 – 1 of 1) sorted by relevance
150 #define OPAL_MAX_ERRLOG_SIZE 16384 macro258 WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE); in elog_event()260 if (elog_size >= OPAL_MAX_ERRLOG_SIZE) in elog_event()261 elog_size = OPAL_MAX_ERRLOG_SIZE; in elog_event()