Searched refs:root_port (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/net/bridge/ |
D | br_stp.c | 54 u16 root_port) in br_should_become_root_port() argument 68 if (!root_port) in br_should_become_root_port() 71 rp = br_get_port(br, root_port); in br_should_become_root_port() 107 u16 root_port = 0; in br_root_selection() local 110 if (br_should_become_root_port(p, root_port)) in br_root_selection() 111 root_port = p->port_no; in br_root_selection() 114 br->root_port = root_port; in br_root_selection() 116 if (!root_port) { in br_root_selection() 120 p = br_get_port(br, root_port); in br_root_selection() 164 = br_get_port(br, br->root_port); in br_transmit_config() [all …]
|
D | br_ioctl.c | 141 b.root_port = br->root_port; in old_dev_ioctl()
|
D | br_sysfs_br.c | 223 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in show_root_port() 225 static DEVICE_ATTR(root_port, S_IRUGO, show_root_port, NULL);
|
D | br_private.h | 212 u16 root_port; member
|
/linux-3.4.99/include/linux/ |
D | if_bridge.h | 64 __u8 root_port; member
|
/linux-3.4.99/drivers/usb/host/ |
D | r8a66597-hcd.c | 266 char *devpath, u16 *root_port, u16 *hub_port) in get_port_number() argument 268 if (root_port) { in get_port_number() 269 *root_port = (devpath[0] & 0x0F) - 1; in get_port_number() 270 if (*root_port >= r8a66597->max_root_hub) in get_port_number() 373 &dev->root_port, &dev->hub_port); in make_r8a66597_device() 375 r8a66597->root_hub[dev->root_port].dev = dev; in make_r8a66597_device() 380 dev->hub_port, dev->root_port); in make_r8a66597_device() 1858 u16 root_port, hub_port; in set_address_zero() local 1862 &root_port, &hub_port); in set_address_zero() 1866 hub_port, root_port); in set_address_zero()
|
D | r8a66597.h | 91 u16 root_port; member
|