Searched refs:range_option (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c | 103 enum { enable_option, range_option, list_option } type; enumerator 140 case range_option: in atl1e_validate_option() 194 .type = range_option, in atl1e_check_options() 213 .type = range_option, in atl1e_check_options() 233 .type = range_option, in atl1e_check_options() 252 .type = range_option, in atl1e_check_options()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 158 enum { enable_option, range_option, list_option } type; enumerator 196 case range_option: in ixgb_validate_option() 246 .type = range_option, in ixgb_check_options() 265 .type = range_option, in ixgb_check_options() 327 .type = range_option, in ixgb_check_options() 346 .type = range_option, in ixgb_check_options() 365 .type = range_option, in ixgb_check_options() 395 .type = range_option, in ixgb_check_options() 412 .type = range_option, in ixgb_check_options()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 142 enum { enable_option, range_option, list_option } type; enumerator 185 case range_option: in e1000_validate_option() 241 .type = range_option, in e1000e_check_options() 261 .type = range_option, in e1000e_check_options() 281 .type = range_option, in e1000e_check_options() 304 .type = range_option, in e1000e_check_options() 327 .type = range_option, in e1000e_check_options() 404 .type = range_option, in e1000e_check_options()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 167 enum { enable_option, range_option, list_option } type; enumerator 203 case range_option: in e1000_validate_option() 261 .type = range_option, in e1000_check_options() 289 .type = range_option, in e1000_check_options() 357 .type = range_option, in e1000_check_options() 375 .type = range_option, in e1000_check_options() 393 .type = range_option, in e1000_check_options() 411 .type = range_option, in e1000_check_options() 429 .type = range_option, in e1000_check_options()
|
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 146 enum { enable_option, range_option, list_option } type; enumerator 246 case range_option: in pch_gbe_validate_option() 451 .type = range_option, in pch_gbe_check_options() 467 .type = range_option, in pch_gbe_check_options()
|
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2900 enum { enable_option, range_option, list_option } type; enumerator 2937 case range_option: in atl2_validate_option() 2987 opt.type = range_option; in atl2_check_options() 3009 opt.type = range_option; in atl2_check_options() 3034 opt.type = range_option; in atl2_check_options() 3051 opt.type = range_option; in atl2_check_options() 3068 opt.type = range_option; in atl2_check_options()
|
D | atl1.c | 127 enum { enable_option, range_option, list_option } type; enumerator 165 case range_option: in atl1_validate_option() 217 .type = range_option, in atl1_check_options()
|