Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx4/
Dmain.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()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4515 enum pcie_link_width width, width_cap; in cxgb4_check_pcie_caps() local
4524 if (cxgb4_get_pcie_dev_link_caps(adap, &speed_cap, &width_cap)) { in cxgb4_check_pcie_caps()
4540 width, width_cap); in cxgb4_check_pcie_caps()
4541 if (speed < speed_cap || width < width_cap) in cxgb4_check_pcie_caps()