Home
last modified time | relevance | path

Searched refs:Duplex (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c48 * Duplex - User Specified Duplex Override
55 static int Duplex = OPTION_UNSET; variable
56 module_param(Duplex, int, 0);
57 MODULE_PARM_DESC(Duplex, "Duplex setting");
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()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c48 * Duplex - User Specified Duplex Override
55 static int Duplex = OPTION_UNSET; variable
56 module_param(Duplex, int, 0);
57 MODULE_PARM_DESC(Duplex, "Duplex setting");
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()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_param.c58 /* User Specified Duplex Override
67 E1000_PARAM(Duplex, "Duplex setting");
79 * Duplex Full Full Half Full Half
521 e_dev_info("Duplex not valid for fiber adapters, parameter " in e1000_check_fiber_options()
566 { /* Duplex */ in e1000_check_copper_options()
574 .name = "Duplex", in e1000_check_copper_options()
582 dplx = Duplex[bd]; in e1000_check_copper_options()
590 e_dev_info("AutoNeg specified along with Speed or Duplex, " in e1000_check_copper_options()
654 e_dev_info("Half Duplex specifie in e1000_check_copper_options()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_param.c58 /* User Specified Duplex Override
67 E1000_PARAM(Duplex, "Duplex setting");
79 * Duplex Full Full Half Full Half
519 e_dev_info("Duplex not valid for fiber adapters, parameter " in e1000_check_fiber_options()
564 { /* Duplex */ in e1000_check_copper_options()
572 .name = "Duplex", in e1000_check_copper_options()
580 dplx = Duplex[bd]; in e1000_check_copper_options()
588 e_dev_info("AutoNeg specified along with Speed or Duplex, " in e1000_check_copper_options()
652 e_dev_info("Half Duplex specifie in e1000_check_copper_options()
[all...]

Completed in 3 milliseconds