Searched refs:dpaa_eth_attrs (Results 1 – 1 of 1) sorted by relevance
113 static struct device_attribute dpaa_eth_attrs[] = { variable123 for (i = 0; i < ARRAY_SIZE(dpaa_eth_attrs); i++) in dpaa_eth_sysfs_init()124 if (device_create_file(dev, &dpaa_eth_attrs[i])) { in dpaa_eth_sysfs_init()127 device_remove_file(dev, &dpaa_eth_attrs[--i]); in dpaa_eth_sysfs_init()136 for (i = 0; i < ARRAY_SIZE(dpaa_eth_attrs); i++) in dpaa_eth_sysfs_remove()137 device_remove_file(dev, &dpaa_eth_attrs[i]); in dpaa_eth_sysfs_remove()