Searched refs:expected_gts (Results 1 – 2 of 2) sorted by relevance
551 int err, expected_gts; in txgbe_probe() local754 expected_gts = txgbe_enumerate_functions(wx) * 10; in txgbe_probe()757 if (expected_gts > 0) in txgbe_probe()
264 int expected_gts) in ixgbe_check_minimum_link() argument11218 int i, err, expected_gts; in ixgbe_probe() local11583 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()11586 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()11591 if (expected_gts > 0) in ixgbe_probe()11592 ixgbe_check_minimum_link(adapter, expected_gts); in ixgbe_probe()