Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.c2319 static struct device_attribute *ipath_class_attributes[] = { variable
2331 for (i = 0; i < ARRAY_SIZE(ipath_class_attributes); ++i) { in ipath_verbs_register_sysfs()
2333 ipath_class_attributes[i]); in ipath_verbs_register_sysfs()
2339 for (i = 0; i < ARRAY_SIZE(ipath_class_attributes); ++i) in ipath_verbs_register_sysfs()
2340 device_remove_file(&dev->dev, ipath_class_attributes[i]); in ipath_verbs_register_sysfs()