Searched refs:range_option (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 183 enum { enable_option, range_option, list_option } type; enumerator 221 case range_option: in ixgb_validate_option() 271 .type = range_option, in ixgb_check_options() 290 .type = range_option, in ixgb_check_options() 352 .type = range_option, in ixgb_check_options() 371 .type = range_option, in ixgb_check_options() 390 .type = range_option, in ixgb_check_options() 420 .type = range_option, in ixgb_check_options() 437 .type = range_option, in ixgb_check_options()
|
/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()
|
/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 152 enum { enable_option, range_option, list_option } type; enumerator 195 case range_option: in e1000_validate_option() 251 .type = range_option, in e1000e_check_options() 271 .type = range_option, in e1000e_check_options() 291 .type = range_option, in e1000e_check_options() 311 .type = range_option, in e1000e_check_options() 331 .type = range_option, in e1000e_check_options() 408 .type = range_option, in e1000e_check_options()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 192 enum { enable_option, range_option, list_option } type; enumerator 228 case range_option: in e1000_validate_option() 286 .type = range_option, in e1000_check_options() 314 .type = range_option, in e1000_check_options() 382 .type = range_option, in e1000_check_options() 400 .type = range_option, in e1000_check_options() 418 .type = range_option, in e1000_check_options() 436 .type = range_option, in e1000_check_options() 454 .type = range_option, in e1000_check_options()
|
/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()
|
/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2903 enum { enable_option, range_option, list_option } type; enumerator 2940 case range_option: in atl2_validate_option() 2990 opt.type = range_option; in atl2_check_options() 3012 opt.type = range_option; in atl2_check_options() 3037 opt.type = range_option; in atl2_check_options() 3054 opt.type = range_option; in atl2_check_options() 3071 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()
|