Home
last modified time | relevance | path

Searched refs:AutoNeg (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.c63 * AutoNeg - Auto-negotiation Advertisement Override
66 * The AutoNeg value is a bit mask describing which speed and duplex
76 static int AutoNeg = OPTION_UNSET; variable
77 module_param(AutoNeg, int, 0);
78 MODULE_PARM_DESC(AutoNeg, "Advertised auto-negotiation setting");
165 #define AA "AutoNeg advertising "
304 .name = "AutoNeg", in pch_gbe_check_copper_options()
312 "AutoNeg specified along with Speed or Duplex, AutoNeg parameter ignored\n"); in pch_gbe_check_copper_options()
315 int tmp = AutoNeg; in pch_gbe_check_copper_options()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c63 * AutoNeg - Auto-negotiation Advertisement Override
66 * The AutoNeg value is a bit mask describing which speed and duplex
76 static int AutoNeg = OPTION_UNSET; variable
77 module_param(AutoNeg, int, 0);
78 MODULE_PARM_DESC(AutoNeg, "Advertised auto-negotiation setting");
165 #define AA "AutoNeg advertising "
304 .name = "AutoNeg", in pch_gbe_check_copper_options()
312 "AutoNeg specified along with Speed or Duplex, AutoNeg parameter ignored\n"); in pch_gbe_check_copper_options()
315 int tmp = AutoNeg; in pch_gbe_check_copper_options()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_param.c73 * The AutoNeg value is a bit mask describing which speed and duplex
83 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
525 if ((num_AutoNeg > bd) && (AutoNeg[bd] != 0x20)) { in e1000_check_fiber_options()
526 e_dev_info("AutoNeg other than 1000/Full is not valid for fiber" in e1000_check_fiber_options()
590 e_dev_info("AutoNeg specified along with Speed or Duplex, " in e1000_check_copper_options()
595 #define AA "AutoNeg advertising " in e1000_check_copper_options()
630 .name = "AutoNeg", in e1000_check_copper_options()
638 an = AutoNeg[bd]; in e1000_check_copper_options()
723 /* Speed, AutoNeg and MDI/MDI-X must all play nice */ in e1000_check_copper_options()
725 e_dev_info("Speed, AutoNeg an in e1000_check_copper_options()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_param.c73 * The AutoNeg value is a bit mask describing which speed and duplex
83 E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
523 if ((num_AutoNeg > bd) && (AutoNeg[bd] != 0x20)) { in e1000_check_fiber_options()
524 e_dev_info("AutoNeg other than 1000/Full is not valid for fiber" in e1000_check_fiber_options()
588 e_dev_info("AutoNeg specified along with Speed or Duplex, " in e1000_check_copper_options()
593 #define AA "AutoNeg advertising " in e1000_check_copper_options()
628 .name = "AutoNeg", in e1000_check_copper_options()
636 an = AutoNeg[bd]; in e1000_check_copper_options()
721 /* Speed, AutoNeg and MDI/MDI-X must all play nice */ in e1000_check_copper_options()
723 e_dev_info("Speed, AutoNeg an in e1000_check_copper_options()
[all...]

Completed in 4 milliseconds