Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs_slave.c13 struct slave_attribute { struct
19 const struct slave_attribute slave_attr_##_name = __ATTR_RO(_name) argument
117 #define to_slave_attr(_at) container_of(_at, struct slave_attribute, attr)
122 struct slave_attribute *slave_attr = to_slave_attr(attr); in slave_show()