Searched refs:root_port (Results 1 – 4 of 4) sorted by relevance
59 u16 root_port) in br_should_become_root_port() argument73 if (!root_port) in br_should_become_root_port()76 rp = br_get_port(br, root_port); in br_should_become_root_port()127 u16 root_port = 0; in br_root_selection() local130 if (!br_should_become_root_port(p, root_port)) in br_root_selection()136 root_port = p->port_no; in br_root_selection()139 br->root_port = root_port; in br_root_selection()141 if (!root_port) { in br_root_selection()145 p = br_get_port(br, root_port); in br_root_selection()189 = br_get_port(br, br->root_port); in br_transmit_config()[all …]
143 b.root_port = br->root_port; in old_dev_ioctl()
221 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()223 static DEVICE_ATTR_RO(root_port);
247 u16 root_port; member