Lines Matching refs:sysfs_streq
81 if (sysfs_streq(buf, "primary")) in qeth_bridge_port_role_store()
83 else if (sysfs_streq(buf, "secondary")) in qeth_bridge_port_role_store()
85 else if (sysfs_streq(buf, "none")) in qeth_bridge_port_role_store()
203 if (sysfs_streq(buf, "none")) { in qeth_bridgeport_reflect_store()
206 } else if (sysfs_streq(buf, "primary")) { in qeth_bridgeport_reflect_store()
209 } else if (sysfs_streq(buf, "secondary")) { in qeth_bridgeport_reflect_store()
255 if (sysfs_streq(attr_name, "flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
257 else if (sysfs_streq(attr_name, "mcast_flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
259 else if (sysfs_streq(attr_name, "learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
261 else if (sysfs_streq(attr_name, "takeover_setvmac")) in qeth_l2_vnicc_sysfs_attr_to_char()
263 else if (sysfs_streq(attr_name, "takeover_learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
265 else if (sysfs_streq(attr_name, "bridge_invisible")) in qeth_l2_vnicc_sysfs_attr_to_char()
267 else if (sysfs_streq(attr_name, "rx_bcast")) in qeth_l2_vnicc_sysfs_attr_to_char()