Home
last modified time | relevance | path

Searched refs:root_port (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr_stp.c66 u16 root_port) in br_should_become_root_port() argument
80 if (!root_port) in br_should_become_root_port()
83 rp = br_get_port(br, root_port); in br_should_become_root_port()
134 u16 root_port = 0; in br_root_selection() local
137 if (!br_should_become_root_port(p, root_port)) in br_root_selection()
143 root_port = p->port_no; in br_root_selection()
146 br->root_port = root_port; in br_root_selection()
148 if (!root_port) { in br_root_selection()
152 p = br_get_port(br, root_port); in br_root_selection()
196 = br_get_port(br, br->root_port); in br_transmit_config()
[all …]
Dbr_ioctl.c142 b.root_port = br->root_port; in old_dev_ioctl()
Dbr_sysfs_br.c221 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
223 static DEVICE_ATTR_RO(root_port);
Dbr_private.h239 u16 root_port; member
/linux-4.1.27/include/uapi/linux/
Dif_bridge.h66 __u8 root_port; member
/linux-4.1.27/drivers/usb/host/
Dr8a66597-hcd.c261 char *devpath, u16 *root_port, u16 *hub_port) in get_port_number() argument
263 if (root_port) { in get_port_number()
264 *root_port = (devpath[0] & 0x0F) - 1; in get_port_number()
265 if (*root_port >= r8a66597->max_root_hub) in get_port_number()
368 &dev->root_port, &dev->hub_port); in make_r8a66597_device()
370 r8a66597->root_hub[dev->root_port].dev = dev; in make_r8a66597_device()
375 dev->hub_port, dev->root_port); in make_r8a66597_device()
1853 u16 root_port, hub_port; in set_address_zero() local
1857 &root_port, &hub_port); in set_address_zero()
1861 hub_port, root_port); in set_address_zero()
Dr8a66597.h88 u16 root_port; member