/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_common.h | 58 #define FIELD_LOC(field_type, field_h, field_l) field_type, field_h, field_l argument 60 #define _hr_reg_enable(ptr, field_type, field_h, field_l) \ argument 62 const field_type *_ptr = ptr; \ 70 #define _hr_reg_clear(ptr, field_type, field_h, field_l) \ argument 72 const field_type *_ptr = ptr; \ 80 #define _hr_reg_write_bool(ptr, field_type, field_h, field_l, val) \ argument 82 (val) ? _hr_reg_enable(ptr, field_type, field_h, field_l) : \ 83 _hr_reg_clear(ptr, field_type, field_h, field_l); \ 88 #define _hr_reg_write(ptr, field_type, field_h, field_l, val) \ argument 90 _hr_reg_clear(ptr, field_type, field_h, field_l); \ [all …]
|
/linux/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 590 tree field_type, val_type; in check_bad_casts_in_constructor() local 602 field_type = TREE_TYPE(field); in check_bad_casts_in_constructor() 605 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor() 608 if (field_type == val_type) in check_bad_casts_in_constructor() 611 field_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(field_type)))); in check_bad_casts_in_constructor() 614 if (field_type == void_type_node) in check_bad_casts_in_constructor() 616 if (field_type == val_type) in check_bad_casts_in_constructor() 623 …MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARI… in check_bad_casts_in_constructor()
|
/linux/drivers/acpi/acpica/ |
H A D | exprep.c | 390 if (info->field_type != ACPI_TYPE_LOCAL_INDEX_FIELD) { in acpi_ex_prep_field_value() 408 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value() 428 switch (info->field_type) { in acpi_ex_prep_field_value()
|
H A D | dsfield.c | 381 info->field_type, in acpi_ds_get_field_names() 516 info.field_type = ACPI_TYPE_LOCAL_REGION_FIELD; in acpi_ds_create_field() 733 info.field_type = ACPI_TYPE_LOCAL_BANK_FIELD; in acpi_ds_create_bank_field() 811 info.field_type = ACPI_TYPE_LOCAL_INDEX_FIELD; in acpi_ds_create_index_field()
|
H A D | aclocal.h | 243 u8 field_type; member
|
/linux/kernel/trace/ |
H A D | trace_events_synth.c | 672 static int check_field_version(const char *prefix, const char *field_type, in check_field_version() argument 692 const char *prefix = NULL, *field_type = argv[0], *field_name, *array; in parse_synth_field() local 698 if (!strcmp(field_type, "unsigned")) { in parse_synth_field() 700 synth_err(SYNTH_ERR_INCOMPLETE_TYPE, errpos(field_type)); in parse_synth_field() 704 field_type = argv[1]; in parse_synth_field() 713 synth_err(SYNTH_ERR_INVALID_FIELD, errpos(field_type)); in parse_synth_field() 717 *field_version = check_field_version(prefix, field_type, field_name); in parse_synth_field() 738 len = strlen(field_type) + 1; in parse_synth_field() 753 seq_buf_puts(&s, field_type); in parse_synth_field() 766 synth_err(SYNTH_ERR_INVALID_TYPE, errpos(field_type)); in parse_synth_field() [all …]
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 86 static void process_field(int field_type, symbol_t *sym, int mask); 1421 process_field(int field_type, symbol_t *sym, int value) 1431 sym->type = field_type; 1434 if (field_type != ENUM_ENTRY) { 1435 if (field_type != MASK && value == 0) { 1446 } else if (sym->type != field_type) {
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 208 static void define_value(enum tep_print_arg_type field_type, in define_value() argument 219 if (field_type == TEP_PRINT_SYMBOL) in define_value() 238 static void define_values(enum tep_print_arg_type field_type, in define_values() argument 243 define_value(field_type, ev_name, field_name, field->value, in define_values() 247 define_values(field_type, field->next, ev_name, field_name); in define_values() 250 static void define_field(enum tep_print_arg_type field_type, in define_field() argument 259 if (field_type == TEP_PRINT_SYMBOL) in define_field() 262 if (field_type == TEP_PRINT_FLAGS) in define_field() 271 if (field_type == TEP_PRINT_FLAGS) in define_field()
|
/linux/kernel/bpf/ |
H A D | btf.c | 3324 u32 off, int sz, enum btf_field_type field_type, in btf_find_struct() argument 3331 info->type = field_type; in btf_find_struct() 3458 #define field_mask_test_name(field_type, field_type_str) \ argument 3459 if (field_mask & field_type && !strcmp(name, field_type_str)) { \ 3460 type = field_type; \ 3615 int ret, align, sz, field_type; in btf_find_field_one() local 3633 field_type = btf_get_field_type(btf, var_type, in btf_find_field_one() 3636 if (!field_type && __btf_type_is_struct(var_type)) { in btf_find_field_one() 3645 if (field_type == 0) in btf_find_field_one() 3647 if (field_type < 0) in btf_find_field_one() [all …]
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool_common.c | 32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 36 .offset = ((((field_type *) 0) == \
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 1831 enum ice_flow_fld_match_type field_type, u16 val_loc, in ice_flow_set_fld_ext() argument 1837 if (field_type == ICE_FLOW_FLD_TYPE_RANGE) in ice_flow_set_fld_ext() 1840 seg->fields[fld].type = field_type; in ice_flow_set_fld_ext()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 31 #define EF4_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 35 .offset = ((((field_type *) 0) == \
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 36 .offset = ((((field_type *) 0) == \
|