Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4735 u32 pci_bw = 0; in slow_pci_heuristic() local
4738 pci_bw = pcie_bandwidth_available(mdev->pdev, NULL, NULL, NULL); in slow_pci_heuristic()
4740 link_speed, pci_bw); in slow_pci_heuristic()
4744 return link_speed && pci_bw && in slow_pci_heuristic()
4745 link_speed > MLX5E_SLOW_PCI_RATIO * pci_bw; in slow_pci_heuristic()