Home
last modified time | relevance | path

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

/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c138 static unsigned int pqi_supported_event_types[] = { variable
482 for (index = 0; index < ARRAY_SIZE(pqi_supported_event_types); index++) in pqi_event_type_to_event_index()
483 if (event_type == pqi_supported_event_types[index]) in pqi_event_type_to_event_index()
11065 ARRAY_SIZE(pqi_supported_event_types)); in pqi_verify_structures()