Searched refs:attr_idx (Results 1 – 4 of 4) sorted by relevance
54 const uint32_t attr_idx = FindAttributeIndex(attr); in FormValueAsReference() 55 if (attr_idx != UINT32_MAX) in FormValueAsReference() 56 return FormValueAsReferenceAtIndex(attr_idx); in FormValueAsReference() 53 const uint32_t attr_idx = FindAttributeIndex(attr); FormValueAsReference() local
361 std::optional<uint32_t> attr_idx = abbrevDecl->findAttributeIndex(attr); in GetAttributeValue() local363 if (attr_idx) { in GetAttributeValue()368 while (idx < *attr_idx) in GetAttributeValue()
771 const struct uverbs_attr_bundle *attrs_bundle, u16 attr_idx, in uverbs_attr_get_uobjs_arr() argument775 uverbs_attr_get(attrs_bundle, attr_idx); in uverbs_attr_get_uobjs_arr()
1321 int attr_idx; in filter_hw_subset() local1324 for (attr_idx = 0; attr_idx < hw_subset_item.num_attrs; ++attr_idx) { in filter_hw_subset()1326 hw_subset_item.attr[attr_idx].get_core_type() == core_type) in filter_hw_subset()1329 hw_subset_item.attr[attr_idx].get_core_eff() == core_eff) in filter_hw_subset()1333 if (attr_idx == hw_subset_item.num_attrs) { in filter_hw_subset()1338 int num = hw_subset_item.num[attr_idx]; in filter_hw_subset()1339 int offset = hw_subset_item.offset[attr_idx]; in filter_hw_subset()