Searched refs:expected_gts (Results 1 – 2 of 2) sorted by relevance
532 int err, expected_gts; in txgbe_probe() local729 expected_gts = txgbe_enumerate_functions(wx) * 10; in txgbe_probe()732 if (expected_gts > 0) in txgbe_probe()
252 int expected_gts) in ixgbe_check_minimum_link() argument10804 int i, err, expected_gts; in ixgbe_probe() local11158 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()11161 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()11166 if (expected_gts > 0) in ixgbe_probe()11167 ixgbe_check_minimum_link(adapter, expected_gts); in ixgbe_probe()