Home
last modified time | relevance | path

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

/linux/drivers/cxl/
A Dacpi.c78 struct cxl_port *root_port) in cxl_add_cfmws_decoders() argument
121 cxld = cxl_decoder_alloc(root_port, in cxl_add_cfmws_decoders()
275 struct cxl_port *root_port = arg; in add_host_bridge_uport() local
295 root_port); in add_host_bridge_uport()
364 struct cxl_port *root_port = arg; in add_host_bridge_dport() local
399 struct cxl_port *root_port = data; in add_root_nvdimm_bridge() local
435 struct cxl_port *root_port; in cxl_acpi_probe() local
440 if (IS_ERR(root_port)) in cxl_acpi_probe()
441 return PTR_ERR(root_port); in cxl_acpi_probe()
453 cxl_add_cfmws_decoders(host, root_port); in cxl_acpi_probe()
[all …]
/linux/net/bridge/
A Dbr_stp.c97 u16 root_port) in br_should_become_root_port() argument
111 if (!root_port) in br_should_become_root_port()
114 rp = br_get_port(br, root_port); in br_should_become_root_port()
164 u16 root_port = 0; in br_root_selection() local
173 root_port = p->port_no; in br_root_selection()
176 br->root_port = root_port; in br_root_selection()
178 if (!root_port) { in br_root_selection()
182 p = br_get_port(br, root_port); in br_root_selection()
226 = br_get_port(br, br->root_port); in br_transmit_config()
273 p = br_get_port(br, br->root_port); in br_transmit_tcn()
[all …]
A Dbr_ioctl.c159 b.root_port = br->root_port; in br_dev_siocdevprivate()
A Dbr_sysfs_br.c239 return sprintf(buf, "%d\n", to_bridge(d)->root_port); in root_port_show()
241 static DEVICE_ATTR_RO(root_port);
A Dbr_private.h478 u16 root_port; member
A Dbr_netlink.c1556 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info()
/linux/drivers/usb/host/
A Dr8a66597-hcd.c248 char *devpath, u16 *root_port, u16 *hub_port) in get_port_number() argument
250 if (root_port) { in get_port_number()
251 *root_port = (devpath[0] & 0x0F) - 1; in get_port_number()
252 if (*root_port >= r8a66597->max_root_hub) in get_port_number()
355 &dev->root_port, &dev->hub_port); in make_r8a66597_device()
357 r8a66597->root_hub[dev->root_port].dev = dev; in make_r8a66597_device()
362 dev->hub_port, dev->root_port); in make_r8a66597_device()
1842 u16 root_port, hub_port; in set_address_zero() local
1846 &root_port, &hub_port); in set_address_zero()
1850 hub_port, root_port); in set_address_zero()
A Dr8a66597.h75 u16 root_port; member
/linux/drivers/thunderbolt/
A Dswitch.c253 struct pci_dev *root_port; in nvm_authenticate_start_dma_port() local
261 root_port = pcie_find_root_port(sw->tb->nhi->pdev); in nvm_authenticate_start_dma_port()
262 if (root_port) in nvm_authenticate_start_dma_port()
263 pm_runtime_get_noresume(&root_port->dev); in nvm_authenticate_start_dma_port()
268 struct pci_dev *root_port; in nvm_authenticate_complete_dma_port() local
270 root_port = pcie_find_root_port(sw->tb->nhi->pdev); in nvm_authenticate_complete_dma_port()
271 if (root_port) in nvm_authenticate_complete_dma_port()
272 pm_runtime_put(&root_port->dev); in nvm_authenticate_complete_dma_port()
/linux/include/uapi/linux/
A Dif_bridge.h67 __u8 root_port; member
/linux/drivers/pci/
A Dquirks.c4408 struct pci_dev *root_port = pcie_find_root_port(pdev); in quirk_disable_root_port_attributes() local
4410 if (!root_port) { in quirk_disable_root_port_attributes()
4415 …pci_info(root_port, "Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion errat… in quirk_disable_root_port_attributes()
4417 pcie_capability_clear_and_set_word(root_port, PCI_EXP_DEVCTL, in quirk_disable_root_port_attributes()

Completed in 44 milliseconds