Home
last modified time | relevance | path

Searched refs:FlowControl (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c97 static int FlowControl = OPTION_UNSET; variable
98 module_param(FlowControl, int, 0);
99 MODULE_PARM_DESC(FlowControl, "Flow Control setting");
503 int tmp = FlowControl; in pch_gbe_check_options()
/Linux-v5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c60 IXGB_PARAM(FlowControl, "Flow Control setting");
318 unsigned int fc = FlowControl[bd]; in ixgb_check_options()
/Linux-v5.10/drivers/tty/
Dmoxa.h168 #define FlowControl 0x0C /* B7 B6 B5 B4 B3 B2 B1 B0 */ macro
/Linux-v5.10/drivers/net/ethernet/intel/e1000/
De1000_param.c97 E1000_PARAM(FlowControl, "Flow Control setting");
348 unsigned int fc = FlowControl[bd]; in e1000_check_options()
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Dixgb.rst105 FlowControl section in Command Line Parameters
De1000.rst79 FlowControl section in Command Line Parameters