Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2034 static struct device_attribute *bnxt_re_attributes[] = { variable
3197 for (i = 0; i < ARRAY_SIZE(bnxt_re_attributes); i++) in bnxt_re_sysfs_destroy_file()
3198 device_remove_file(&rdev->ibdev.dev, bnxt_re_attributes[i]); in bnxt_re_sysfs_destroy_file()
3205 for (i = 0; i < ARRAY_SIZE(bnxt_re_attributes); i++) { in bnxt_re_sysfs_create_file()
3207 bnxt_re_attributes[i]); in bnxt_re_sysfs_create_file()
3214 bnxt_re_attributes[j]); in bnxt_re_sysfs_create_file()