Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_stp.c54 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 …]
Dbr_ioctl.c141 b.root_port = br->root_port; in old_dev_ioctl()
Dbr_sysfs_br.c223 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);
Dbr_private.h212 u16 root_port; member
/linux-3.4.99/include/linux/
Dif_bridge.h64 __u8 root_port; member
/linux-3.4.99/drivers/usb/host/
Dr8a66597-hcd.c266 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()
Dr8a66597.h91 u16 root_port; member