Searched defs:OPTION_UNSET (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c32 #define OPTION_UNSET -1 macro
40 #define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] = OPTION_UNSET }
121 if (*value == OPTION_UNSET) {
/drivers/net/ethernet/intel/e1000e/
H A Dparam.c42 #define OPTION_UNSET -1 macro
58 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
184 if (*value == OPTION_UNSET) {
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c39 #define OPTION_UNSET -1 macro
48 #define IXGB_PARAM_INIT { [0 ... IXGB_MAX_NIC] = OPTION_UNSET }
205 if (*value == OPTION_UNSET) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A 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) {
[all...]
/drivers/net/ethernet/intel/e1000/
H A De1000_param.c37 #define OPTION_UNSET -1 macro
46 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
212 if (*value == OPTION_UNSET) {
/drivers/net/ethernet/atheros/atlx/
H A Datl2.c2844 #define OPTION_UNSET -1 macro
2852 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2959 if (*value == OPTION_UNSET) {
H A Datl1.c103 #define OPTION_UNSET -1 macro
107 #define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] = OPTION_UNSET }
149 if (*value == OPTION_UNSET) {

Completed in 665 milliseconds