Searched refs:limiting_dev (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/
H A Dpci.c6047 * @limiting_dev: storage for device causing the bandwidth limitation
6053 * limiting_dev, speed, and width pointers are supplied) information about
6057 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev, argument
6085 if (limiting_dev)
6086 *limiting_dev = dev;
6192 struct pci_dev *limiting_dev = NULL; local
6196 bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width);
6206 limiting_dev ? pci_name(limiting_dev) : "<unknown>",
/linux-master/include/linux/
H A Dpci.h1365 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev,

Completed in 208 milliseconds