Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c669 enum pcie_link_width width, width_cap; in mlx4_check_pcie_caps() local
679 err = mlx4_get_pcie_dev_link_caps(dev, &speed_cap, &width_cap); in mlx4_check_pcie_caps()
694 if (width != width_cap || speed != speed_cap) in mlx4_check_pcie_caps()
701 width, width_cap); in mlx4_check_pcie_caps()