Searched refs:ring_str_map (Results 1 – 1 of 1) sorted by relevance
273 static const char *ring_str_map[NUM_ENGINES] = { variable363 for (i = 0; i < ARRAY_SIZE(ring_str_map); i++) { in str_to_engine()364 if (!strcasecmp(str, ring_str_map[i])) in str_to_engine()