Home
last modified time | relevance | path

Searched refs:pcie_bandwidth_available (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/pci/
Dpci.c5420 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev, in pcie_bandwidth_available() function
5462 EXPORT_SYMBOL(pcie_bandwidth_available);
5568 bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width); in __pcie_print_link_status()
/Linux-v4.19/include/linux/
Dpci.h1108 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4398 pci_bw = pcie_bandwidth_available(mdev->pdev, NULL, NULL, NULL); in slow_pci_heuristic()