Lines Matching refs:mac

324 		hw->mac.autoneg = hw->mac.fc_autoneg = 1;  in pch_gbe_check_copper_options()
328 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
329 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
336 hw->mac.autoneg = hw->mac.fc_autoneg = 1; in pch_gbe_check_copper_options()
339 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
340 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
347 hw->mac.autoneg = hw->mac.fc_autoneg = 1; in pch_gbe_check_copper_options()
351 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
352 hw->mac.link_duplex = DUPLEX_FULL; in pch_gbe_check_copper_options()
359 hw->mac.autoneg = hw->mac.fc_autoneg = 1; in pch_gbe_check_copper_options()
362 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
363 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
367 hw->mac.autoneg = hw->mac.fc_autoneg = 0; in pch_gbe_check_copper_options()
369 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
370 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
374 hw->mac.autoneg = hw->mac.fc_autoneg = 0; in pch_gbe_check_copper_options()
376 hw->mac.link_speed = SPEED_10; in pch_gbe_check_copper_options()
377 hw->mac.link_duplex = DUPLEX_FULL; in pch_gbe_check_copper_options()
384 hw->mac.autoneg = hw->mac.fc_autoneg = 1; in pch_gbe_check_copper_options()
387 hw->mac.link_speed = SPEED_100; in pch_gbe_check_copper_options()
388 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
393 hw->mac.autoneg = hw->mac.fc_autoneg = 0; in pch_gbe_check_copper_options()
395 hw->mac.link_speed = SPEED_100; in pch_gbe_check_copper_options()
396 hw->mac.link_duplex = DUPLEX_HALF; in pch_gbe_check_copper_options()
401 hw->mac.autoneg = hw->mac.fc_autoneg = 0; in pch_gbe_check_copper_options()
403 hw->mac.link_speed = SPEED_100; in pch_gbe_check_copper_options()
404 hw->mac.link_duplex = DUPLEX_FULL; in pch_gbe_check_copper_options()
418 hw->mac.autoneg = hw->mac.fc_autoneg = 1; in pch_gbe_check_copper_options()
420 hw->mac.link_speed = SPEED_1000; in pch_gbe_check_copper_options()
421 hw->mac.link_duplex = DUPLEX_FULL; in pch_gbe_check_copper_options()
506 hw->mac.fc = tmp; in pch_gbe_check_options()