Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/oki-semi/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-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_param.c32 #define OPTION_UNSET -1 macro
40 #define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] = OPTION_UNSET }
122 if (*value == OPTION_UNSET) { in atl1e_validate_option()
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c14 #define OPTION_UNSET -1 macro
23 #define IXGB_PARAM_INIT { [0 ... IXGB_MAX_NIC] = OPTION_UNSET }
180 if (*value == OPTION_UNSET) { in ixgb_validate_option()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dparam.c15 #define OPTION_UNSET -1 macro
29 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
167 if (*value == OPTION_UNSET) { in e1000_validate_option()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000_param.c12 #define OPTION_UNSET -1 macro
21 #define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
187 if (*value == OPTION_UNSET) { in e1000_validate_option()
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl2.c2806 #define OPTION_UNSET -1 macro
2814 #define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}
2921 if (*value == OPTION_UNSET) { in atl2_validate_option()
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()