Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c591 static struct device_attribute *hfi1_attributes[] = { variable
706 for (i = 0; i < ARRAY_SIZE(hfi1_attributes); ++i) { in hfi1_verbs_register_sysfs()
707 ret = device_create_file(&dev->dev, hfi1_attributes[i]); in hfi1_verbs_register_sysfs()
714 for (i = 0; i < ARRAY_SIZE(hfi1_attributes); ++i) in hfi1_verbs_register_sysfs()
715 device_remove_file(&dev->dev, hfi1_attributes[i]); in hfi1_verbs_register_sysfs()