Lines Matching refs:sysfs_streq
86 if (sysfs_streq(buf, "primary")) in qeth_bridge_port_role_store()
88 else if (sysfs_streq(buf, "secondary")) in qeth_bridge_port_role_store()
90 else if (sysfs_streq(buf, "none")) in qeth_bridge_port_role_store()
219 if (sysfs_streq(buf, "none")) { in qeth_bridgeport_reflect_store()
222 } else if (sysfs_streq(buf, "primary")) { in qeth_bridgeport_reflect_store()
225 } else if (sysfs_streq(buf, "secondary")) { in qeth_bridgeport_reflect_store()
304 if (sysfs_streq(attr_name, "flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
306 else if (sysfs_streq(attr_name, "mcast_flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
308 else if (sysfs_streq(attr_name, "learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
310 else if (sysfs_streq(attr_name, "takeover_setvmac")) in qeth_l2_vnicc_sysfs_attr_to_char()
312 else if (sysfs_streq(attr_name, "takeover_learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
314 else if (sysfs_streq(attr_name, "bridge_invisible")) in qeth_l2_vnicc_sysfs_attr_to_char()
316 else if (sysfs_streq(attr_name, "rx_bcast")) in qeth_l2_vnicc_sysfs_attr_to_char()