Searched refs:root_port (Results 1 – 4 of 4) sorted by relevance
54 u16 root_port) in br_should_become_root_port() argument68 if (!root_port) in br_should_become_root_port()71 rp = br_get_port(br, root_port); in br_should_become_root_port()122 u16 root_port = 0; in br_root_selection() local125 if (!br_should_become_root_port(p, root_port)) in br_root_selection()131 root_port = p->port_no; in br_root_selection()134 br->root_port = root_port; in br_root_selection()136 if (!root_port) { in br_root_selection()140 p = br_get_port(br, root_port); in br_root_selection()184 = br_get_port(br, br->root_port); in br_transmit_config()[all …]
142 b.root_port = br->root_port; in old_dev_ioctl()
224 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in show_root_port()226 static DEVICE_ATTR(root_port, S_IRUGO, show_root_port, NULL);
236 u16 root_port; member