Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsysfs.c641 static struct device_attribute *hfi1_attributes[] = { variable
835 for (i = 0; i < ARRAY_SIZE(hfi1_attributes); ++i) { in hfi1_verbs_register_sysfs()
836 ret = device_create_file(&dev->dev, hfi1_attributes[i]); in hfi1_verbs_register_sysfs()
858 for (i = 0; i < ARRAY_SIZE(hfi1_attributes); ++i) in hfi1_verbs_register_sysfs()
859 device_remove_file(&dev->dev, hfi1_attributes[i]); in hfi1_verbs_register_sysfs()