Home
last modified time | relevance | path

Searched refs:OPTION_UNSET (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_param.c12 #define OPTION_UNSET -1 macro
21 static int TxDescriptors = OPTION_UNSET;
30 static int RxDescriptors = OPTION_UNSET;
43 static int Speed = OPTION_UNSET;
55 static int Duplex = OPTION_UNSET;
76 static int AutoNeg = OPTION_UNSET;
97 static int FlowControl = OPTION_UNSET;
108 static int XsumRX = OPTION_UNSET;
121 static int XsumTX = OPTION_UNSET;
219 if (*value == OPTION_UNSET) { in pch_gbe_validate_option()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/
A Datl1e_param.c19 #define OPTION_UNSET -1 macro
27 #define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] = OPTION_UNSET }
109 if (*value == OPTION_UNSET) { in atl1e_validate_option()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/
A Dixgb_param.c14 #define OPTION_UNSET -1 macro
23 #define IXGB_PARAM_INIT { [0 ... IXGB_MAX_NIC] = OPTION_UNSET }
178 if (*value == OPTION_UNSET) { in ixgb_validate_option()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Dparam.c15 #define OPTION_UNSET -1 macro
29 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
165 if (*value == OPTION_UNSET) { in e1000_validate_option()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_param.c12 #define OPTION_UNSET -1 macro
21 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
185 if (*value == OPTION_UNSET) { in e1000_validate_option()
/linux-6.3-rc2/drivers/net/ethernet/atheros/atlx/
A Datl2.c2751 #define OPTION_UNSET -1 macro
2759 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2866 if (*value == OPTION_UNSET) { in atl2_validate_option()
A Datl1.c84 #define OPTION_UNSET -1 macro
88 #define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] = OPTION_UNSET }
130 if (*value == OPTION_UNSET) { in atl1_validate_option()

Completed in 20 milliseconds