Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dpci.c90 pcie_bandwidth_available(pdev, NULL, &hif->speed, &hif->width); in mt7996_pci_hif2_probe()
/linux/drivers/pci/
H A Dpci.c5921 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev, in pcie_bandwidth_available() function
5962 EXPORT_SYMBOL(pcie_bandwidth_available);
6089 bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width); in __pcie_print_link_status()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c516 pci_bw = pcie_bandwidth_available(mdev->pdev, NULL, NULL, NULL); in slow_pci_heuristic()
/linux/drivers/cxl/core/
H A Dport.c2422 bw = pcie_bandwidth_available(pdev, NULL, NULL, NULL); in cxl_endpoint_get_perf_coordinates()
/linux/include/linux/
H A Dpci.h1459 u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6656 pcie_bandwidth_available(adev->pdev, NULL, speed, width); in amdgpu_device_partner_bandwidth()