Searched refs:xe_set_eu_stall_property_funcs (Results 1 – 1 of 1) sorted by relevance
299 static const set_eu_stall_property_fn xe_set_eu_stall_property_funcs[] = { variable317 if (XE_IOCTL_DBG(xe, ext.property >= ARRAY_SIZE(xe_set_eu_stall_property_funcs)) || in xe_eu_stall_user_ext_set_property()321 idx = array_index_nospec(ext.property, ARRAY_SIZE(xe_set_eu_stall_property_funcs)); in xe_eu_stall_user_ext_set_property()322 return xe_set_eu_stall_property_funcs[idx](xe, ext.value, props); in xe_eu_stall_user_ext_set_property()