Searched refs:expected_gts (Results 1 – 2 of 2) sorted by relevance
730 int err, expected_gts; in txgbe_probe() local951 expected_gts = txgbe_enumerate_functions(wx) * 10; in txgbe_probe()954 if (expected_gts > 0) in txgbe_probe()
267 int expected_gts) in ixgbe_check_minimum_link() argument11558 int i, err, expected_gts; in ixgbe_probe() local11931 expected_gts = min(ixgbe_enumerate_functions(adapter) * 10, 16); in ixgbe_probe()11934 expected_gts = ixgbe_enumerate_functions(adapter) * 10; in ixgbe_probe()11939 if (expected_gts > 0) in ixgbe_probe()11940 ixgbe_check_minimum_link(adapter, expected_gts); in ixgbe_probe()