pcie_bandwidth_available
bw = pcie_bandwidth_available(pdev, NULL, NULL, NULL);
pcie_bandwidth_available(adev->pdev, NULL, speed, width);
pci_bw = pcie_bandwidth_available(mdev->pdev, NULL, NULL, NULL);
pcie_bandwidth_available(pdev, NULL, &hif->speed, &hif->width);
EXPORT_SYMBOL(pcie_bandwidth_available);
bw_avail = pcie_bandwidth_available(dev, &limiting_dev, &speed, &width);
u32 pcie_bandwidth_available(struct pci_dev *dev, struct pci_dev **limiting_dev,