Searched refs:range_option (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c | 90 enum { enable_option, range_option, list_option } type; enumerator 127 case range_option: in atl1e_validate_option() 181 .type = range_option, in atl1e_check_options() 200 .type = range_option, in atl1e_check_options() 220 .type = range_option, in atl1e_check_options() 239 .type = range_option, in atl1e_check_options()
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 140 enum { enable_option, range_option, list_option } type; enumerator 183 case range_option: in e1000_validate_option() 239 .type = range_option, in e1000e_check_options() 259 .type = range_option, in e1000e_check_options() 279 .type = range_option, in e1000e_check_options() 302 .type = range_option, in e1000e_check_options() 325 .type = range_option, in e1000e_check_options() 402 .type = range_option, in e1000e_check_options()
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 165 enum { enable_option, range_option, list_option } type; enumerator 201 case range_option: in e1000_validate_option() 259 .type = range_option, in e1000_check_options() 287 .type = range_option, in e1000_check_options() 355 .type = range_option, in e1000_check_options() 373 .type = range_option, in e1000_check_options() 391 .type = range_option, in e1000_check_options() 409 .type = range_option, in e1000_check_options() 427 .type = range_option, in e1000_check_options()
|
/linux-6.12.1/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 135 enum { enable_option, range_option, list_option } type; enumerator 235 case range_option: in pch_gbe_validate_option() 440 .type = range_option, in pch_gbe_check_options() 456 .type = range_option, in pch_gbe_check_options()
|
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2845 enum { enable_option, range_option, list_option } type; enumerator 2882 case range_option: in atl2_validate_option() 2932 opt.type = range_option; in atl2_check_options() 2954 opt.type = range_option; in atl2_check_options() 2979 opt.type = range_option; in atl2_check_options() 2996 opt.type = range_option; in atl2_check_options() 3013 opt.type = range_option; in atl2_check_options()
|
D | atl1.c | 108 enum { enable_option, range_option, list_option } type; enumerator 146 case range_option: in atl1_validate_option() 198 .type = range_option, in atl1_check_options()
|