Searched refs:expected_gts (Results 1 – 2 of 2) sorted by relevance
534 int err, expected_gts; in txgbe_probe() local731 expected_gts = txgbe_enumerate_functions(wx) * 10; in txgbe_probe()734 if (expected_gts > 0) in txgbe_probe()
252 int expected_gts) in ixgbe_check_minimum_link() argument10766 int i, err, expected_gts; in ixgbe_probe() local11120 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()11123 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()11128 if (expected_gts > 0) in ixgbe_probe()11129 ixgbe_check_minimum_link(adapter, expected_gts); in ixgbe_probe()