Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c114 static struct device_attribute *qlnxr_class_attributes[] = { variable
1115 for (int i = 0; i < ARRAY_SIZE(qlnxr_class_attributes); ++i) { in qlnxr_add()
1116 if (device_create_file(&dev->ibdev.dev, qlnxr_class_attributes[i])) in qlnxr_add()
1130 for (int i = 0; i < ARRAY_SIZE(qlnxr_class_attributes); ++i) { in qlnxr_add()
1131 device_remove_file(&dev->ibdev.dev, qlnxr_class_attributes[i]); in qlnxr_add()
1146 for (i = 0; i < ARRAY_SIZE(qlnxr_class_attributes); ++i) in qlnxr_remove_sysfiles()
1147 device_remove_file(&dev->ibdev.dev, qlnxr_class_attributes[i]); in qlnxr_remove_sysfiles()