Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c136 static unsigned int pqi_supported_event_types[] = { variable
480 for (index = 0; index < ARRAY_SIZE(pqi_supported_event_types); index++) in pqi_event_type_to_event_index()
481 if (event_type == pqi_supported_event_types[index]) in pqi_event_type_to_event_index()
10652 ARRAY_SIZE(pqi_supported_event_types)); in pqi_verify_structures()