Lines Matching refs:sysfs_streq
84 if (sysfs_streq(buf, "primary")) in qeth_bridge_port_role_store()
86 else if (sysfs_streq(buf, "secondary")) in qeth_bridge_port_role_store()
88 else if (sysfs_streq(buf, "none")) in qeth_bridge_port_role_store()
213 if (sysfs_streq(buf, "none")) { in qeth_bridgeport_reflect_store()
216 } else if (sysfs_streq(buf, "primary")) { in qeth_bridgeport_reflect_store()
219 } else if (sysfs_streq(buf, "secondary")) { in qeth_bridgeport_reflect_store()
292 if (sysfs_streq(attr_name, "flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
294 else if (sysfs_streq(attr_name, "mcast_flooding")) in qeth_l2_vnicc_sysfs_attr_to_char()
296 else if (sysfs_streq(attr_name, "learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
298 else if (sysfs_streq(attr_name, "takeover_setvmac")) in qeth_l2_vnicc_sysfs_attr_to_char()
300 else if (sysfs_streq(attr_name, "takeover_learning")) in qeth_l2_vnicc_sysfs_attr_to_char()
302 else if (sysfs_streq(attr_name, "bridge_invisible")) in qeth_l2_vnicc_sysfs_attr_to_char()
304 else if (sysfs_streq(attr_name, "rx_bcast")) in qeth_l2_vnicc_sysfs_attr_to_char()