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

/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A 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) { pch_gbe_validate_option()
/linux-4.1.27/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 }
122 if (*value == OPTION_UNSET) { atl1e_validate_option()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dparam.c33 #define OPTION_UNSET -1 macro
47 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
177 if (*value == OPTION_UNSET) { e1000_validate_option()
/linux-4.1.27/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) { ixgb_validate_option()
/linux-4.1.27/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) { e1000_validate_option()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
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) { atl1_validate_option()
H A Datl2.c2807 #define OPTION_UNSET -1 macro
2815 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2922 if (*value == OPTION_UNSET) { atl2_validate_option()

Completed in 313 milliseconds