Symbol: OPTION_UNSET
drivers/net/ethernet/atheros/atl1e/atl1e_param.c
109
if (*value == OPTION_UNSET) {
drivers/net/ethernet/atheros/atl1e/atl1e_param.c
27
#define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] = OPTION_UNSET }
drivers/net/ethernet/atheros/atlx/atl1.c
130
if (*value == OPTION_UNSET) {
drivers/net/ethernet/atheros/atlx/atl1.c
88
#define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] = OPTION_UNSET }
drivers/net/ethernet/atheros/atlx/atl2.c
2771
static int X[ATL2_MAX_NIC+1] = {[0 ... ATL2_MAX_NIC] = OPTION_UNSET}; \
drivers/net/ethernet/atheros/atlx/atl2.c
2859
if (*value == OPTION_UNSET) {
drivers/net/ethernet/intel/e1000/e1000_param.c
185
if (*value == OPTION_UNSET) {
drivers/net/ethernet/intel/e1000/e1000_param.c
21
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
drivers/net/ethernet/intel/e1000e/param.c
165
if (*value == OPTION_UNSET) {
drivers/net/ethernet/intel/e1000e/param.c
29
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] = OPTION_UNSET }
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
108
static int XsumRX = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
121
static int XsumTX = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
21
static int TxDescriptors = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
219
if (*value == OPTION_UNSET) {
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
30
static int RxDescriptors = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
43
static int Speed = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
55
static int Duplex = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
76
static int AutoNeg = OPTION_UNSET;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.c
97
static int FlowControl = OPTION_UNSET;