Searched refs:pciehpc_props (Results 1 – 1 of 1) sorted by relevance
3050 static pciehpc_prop_t pciehpc_props[] = { variable3164 for (size_t i = 0; i < ARRAY_SIZE(pciehpc_props); i++) { in pciehpc_slot_get_property()3166 pciehpc_props[i].prop_name, "") != 0) { in pciehpc_slot_get_property()3179 for (size_t i = 0; i < ARRAY_SIZE(pciehpc_props); i++) { in pciehpc_slot_get_property()3181 pciehpc_props[i].prop_name, in pciehpc_slot_get_property()3182 pciehpc_props[i].prop_value) != 0) { in pciehpc_slot_get_property()3202 for (size_t i = 0; i < ARRAY_SIZE(pciehpc_props); i++) { in pciehpc_slot_get_property()3203 if (strcmp(pciehpc_props[i].prop_name, name) == 0) { in pciehpc_slot_get_property()3204 prop = &pciehpc_props[i]; in pciehpc_slot_get_property()3284 for (size_t i = 0; i < ARRAY_SIZE(pciehpc_props); i++) { in pciehpc_slot_set_property()[all …]