Home
last modified time | relevance | path

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

/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c24 #define OPTION_UNSET -1 macro
33 static int TxDescriptors = OPTION_UNSET;
42 static int RxDescriptors = OPTION_UNSET;
55 static int Speed = OPTION_UNSET;
67 static int Duplex = OPTION_UNSET;
88 static int AutoNeg = OPTION_UNSET;
109 static int FlowControl = OPTION_UNSET;
120 static int XsumRX = OPTION_UNSET;
133 static int XsumTX = OPTION_UNSET;
231 if (*value == OPTION_UNSET) { in pch_gbe_validate_option()
/drivers/net/ethernet/atheros/atl1e/
Datl1e_param.c32 #define OPTION_UNSET -1 macro
40 #define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] = OPTION_UNSET }
121 if (*value == OPTION_UNSET) { in atl1e_validate_option()
/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c39 #define OPTION_UNSET -1 macro
48 #define IXGB_PARAM_INIT { [0 ... IXGB_MAX_NIC] = OPTION_UNSET }
205 if (*value == OPTION_UNSET) { in ixgb_validate_option()
/drivers/net/ethernet/intel/e1000e/
Dparam.c42 #define OPTION_UNSET -1 macro
58 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
193 if (*value == OPTION_UNSET) { in e1000_validate_option()
/drivers/net/ethernet/intel/e1000/
De1000_param.c37 #define OPTION_UNSET -1 macro
46 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
212 if (*value == OPTION_UNSET) { in e1000_validate_option()
/drivers/net/ethernet/atheros/atlx/
Datl2.c2841 #define OPTION_UNSET -1 macro
2849 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2956 if (*value == OPTION_UNSET) {
Datl1.c103 #define OPTION_UNSET -1 macro
107 #define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] = OPTION_UNSET }
149 if (*value == OPTION_UNSET) { in atl1_validate_option()