Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/pch_gbe/
Dpch_gbe_param.c23 #define OPTION_UNSET -1 macro
32 static int TxDescriptors = OPTION_UNSET;
41 static int RxDescriptors = OPTION_UNSET;
54 static int Speed = OPTION_UNSET;
66 static int Duplex = OPTION_UNSET;
87 static int AutoNeg = OPTION_UNSET;
108 static int FlowControl = OPTION_UNSET;
119 static int XsumRX = OPTION_UNSET;
132 static int XsumTX = OPTION_UNSET;
230 if (*value == OPTION_UNSET) { in pch_gbe_validate_option()
/linux-2.6.39/drivers/net/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()
/linux-2.6.39/drivers/net/e1000e/
Dparam.c41 #define OPTION_UNSET -1 macro
57 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
183 if (*value == OPTION_UNSET) { in e1000_validate_option()
/linux-2.6.39/drivers/net/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()
/linux-2.6.39/drivers/net/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()
/linux-2.6.39/drivers/net/atlx/
Datl2.c2834 #define OPTION_UNSET -1 macro
2842 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2949 if (*value == OPTION_UNSET) {
Datl1.c102 #define OPTION_UNSET -1 macro
106 #define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] = OPTION_UNSET }
148 if (*value == OPTION_UNSET) { in atl1_validate_option()