/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_param.c | 103 enum { enable_option, range_option, list_option } type; enumerator in enum:atl1e_option::__anon6142 108 struct { /* range_option info */ 140 case range_option: atl1e_validate_option() 194 .type = range_option, atl1e_check_options() 213 .type = range_option, atl1e_check_options() 233 .type = range_option, atl1e_check_options() 252 .type = range_option, atl1e_check_options()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_param.c | 183 enum { enable_option, range_option, list_option } type; enumerator in enum:ixgb_option::__anon6706 188 struct { /* range_option info */ 221 case range_option: ixgb_validate_option() 271 .type = range_option, ixgb_check_options() 290 .type = range_option, ixgb_check_options() 352 .type = range_option, ixgb_check_options() 371 .type = range_option, ixgb_check_options() 390 .type = range_option, ixgb_check_options() 420 .type = range_option, ixgb_check_options() 437 .type = range_option, ixgb_check_options()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 152 enum { enable_option, range_option, list_option } type; enumerator in enum:e1000_option::__anon6591 157 /* range_option info */ 195 case range_option: e1000_validate_option() 251 .type = range_option, e1000e_check_options() 271 .type = range_option, e1000e_check_options() 291 .type = range_option, e1000e_check_options() 311 .type = range_option, e1000e_check_options() 331 .type = range_option, e1000e_check_options() 408 .type = range_option, e1000e_check_options()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 192 enum { enable_option, range_option, list_option } type; enumerator in enum:e1000_option::__anon6555 197 struct { /* range_option info */ 228 case range_option: e1000_validate_option() 286 .type = range_option, e1000_check_options() 314 .type = range_option, e1000_check_options() 382 .type = range_option, e1000_check_options() 400 .type = range_option, e1000_check_options() 418 .type = range_option, e1000_check_options() 436 .type = range_option, e1000_check_options() 454 .type = range_option, e1000_check_options()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_param.c | 146 enum { enable_option, range_option, list_option } type; enumerator in enum:pch_gbe_option::__anon7088 151 struct { /* range_option info */ 246 case range_option: pch_gbe_validate_option() 451 .type = range_option, pch_gbe_check_options() 467 .type = range_option, pch_gbe_check_options()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 2901 enum { enable_option, range_option, list_option } type; enumerator in enum:atl2_option::__anon6152 2906 struct { /* range_option info */ 2938 case range_option: atl2_validate_option() 2988 opt.type = range_option; atl2_check_options() 3010 opt.type = range_option; atl2_check_options() 3035 opt.type = range_option; atl2_check_options() 3052 opt.type = range_option; atl2_check_options() 3069 opt.type = range_option; atl2_check_options()
|
H A D | atl1.c | 127 enum { enable_option, range_option, list_option } type; enumerator in enum:atl1_option::__anon6146 132 struct { /* range_option info */ 165 case range_option: atl1_validate_option() 217 .type = range_option, atl1_check_options()
|