Lines Matching full:duplex

48  * Duplex - User Specified Duplex Override
50 * - 0: auto-negotiate for duplex
51 * - 1: only link at half duplex
52 * - 2: only link at full duplex
55 static int Duplex = OPTION_UNSET; variable
56 module_param(Duplex, int, 0);
57 MODULE_PARM_DESC(Duplex, "Duplex setting");
66 * The AutoNeg value is a bit mask describing which speed and duplex
68 * The supported speed and duplex modes are listed below
72 * Duplex Full Full Half Full Half
288 { /* Duplex */ in pch_gbe_check_copper_options()
291 .name = "Duplex", in pch_gbe_check_copper_options()
297 dplx = Duplex; in pch_gbe_check_copper_options()
312 "AutoNeg specified along with Speed or Duplex, AutoNeg parameter ignored\n"); in pch_gbe_check_copper_options()
327 "Speed and duplex autonegotiation enabled\n"); in pch_gbe_check_copper_options()
333 "Half Duplex specified without Speed\n"); in pch_gbe_check_copper_options()
335 "Using Autonegotiation at Half Duplex only\n"); in pch_gbe_check_copper_options()
344 "Full Duplex specified without Speed\n"); in pch_gbe_check_copper_options()
346 "Using Autonegotiation at Full Duplex only\n"); in pch_gbe_check_copper_options()
356 "10 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options()
366 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Half Duplex\n"); in pch_gbe_check_copper_options()
373 netdev_dbg(adapter->netdev, "Forcing to 10 Mbps Full Duplex\n"); in pch_gbe_check_copper_options()
381 "100 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options()
392 "Forcing to 100 Mbps Half Duplex\n"); in pch_gbe_check_copper_options()
400 "Forcing to 100 Mbps Full Duplex\n"); in pch_gbe_check_copper_options()
408 "1000 Mbps Speed specified without Duplex\n"); in pch_gbe_check_copper_options()
412 "Half Duplex is not supported at 1000 Mbps\n"); in pch_gbe_check_copper_options()
417 "Using Autonegotiation at 1000 Mbps Full Duplex only\n"); in pch_gbe_check_copper_options()