Searched refs:expected_gts (Results 1 – 2 of 2) sorted by relevance
693 int err, expected_gts; in txgbe_probe() local909 expected_gts = txgbe_enumerate_functions(wx) * 10; in txgbe_probe()912 if (expected_gts > 0) in txgbe_probe()
267 int expected_gts) in ixgbe_check_minimum_link() argument11537 int i, err, expected_gts; in ixgbe_probe() local11910 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()11913 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()11918 if (expected_gts > 0) in ixgbe_probe()11919 ixgbe_check_minimum_link(adapter, expected_gts); in ixgbe_probe()