Home
last modified time | relevance | path

Searched refs:field_flags (Results 1 – 14 of 14) sorted by relevance

/drivers/acpi/acpica/
A Dexserial.c51 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_gpio()
57 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_gpio()
111 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_gpio()
116 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_gpio()
223 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
231 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
357 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
364 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
A Dexprep.c23 u8 field_flags, u32 * return_byte_alignment);
196 u8 field_flags, u32 * return_byte_alignment) in acpi_ex_decode_field_access() argument
204 access = (field_flags & AML_FIELD_ACCESS_TYPE_MASK); in acpi_ex_decode_field_access()
294 u8 field_flags, in acpi_ex_prep_common_field_object() argument
309 obj_desc->common_field.field_flags = field_flags; in acpi_ex_prep_common_field_object()
329 acpi_ex_decode_field_access(obj_desc, field_flags, &byte_alignment); in acpi_ex_prep_common_field_object()
417 info->field_flags, in acpi_ex_prep_field_value()
A Ddsopcode.c85 u8 field_flags; in acpi_ds_init_buffer_field() local
126 field_flags = AML_FIELD_ACCESS_BYTE; in acpi_ds_init_buffer_field()
146 field_flags = AML_FIELD_ACCESS_BYTE; in acpi_ds_init_buffer_field()
155 field_flags = AML_FIELD_ACCESS_BYTE; in acpi_ds_init_buffer_field()
164 field_flags = AML_FIELD_ACCESS_WORD; in acpi_ds_init_buffer_field()
173 field_flags = AML_FIELD_ACCESS_DWORD; in acpi_ds_init_buffer_field()
182 field_flags = AML_FIELD_ACCESS_QWORD; in acpi_ds_init_buffer_field()
213 acpi_ex_prep_common_field_object(obj_desc, field_flags, 0, in acpi_ds_init_buffer_field()
A Dexutils.c167 void acpi_ex_acquire_global_lock(u32 field_flags) in acpi_ex_acquire_global_lock() argument
175 if (!(field_flags & AML_FIELD_LOCK_RULE_MASK)) { in acpi_ex_acquire_global_lock()
206 void acpi_ex_release_global_lock(u32 field_flags) in acpi_ex_release_global_lock() argument
214 if (!(field_flags & AML_FIELD_LOCK_RULE_MASK)) { in acpi_ex_release_global_lock()
A Dexfield.c234 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field()
239 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field()
397 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_data_to_field()
402 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_data_to_field()
A Ddsfield.c320 info->field_flags = (u8) in acpi_ds_get_field_names()
322 field_flags & ~(AML_FIELD_ACCESS_TYPE_MASK)) | in acpi_ds_get_field_names()
511 info.field_flags = (u8) arg->common.value.integer; in acpi_ds_create_field()
729 info.field_flags = (u8) arg->common.value.integer; in acpi_ds_create_bank_field()
807 info.field_flags = (u8) arg->common.value.integer; in acpi_ds_create_index_field()
A Dexdump.c257 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(common_field.field_flags),
778 obj_desc->field.field_flags & AML_FIELD_LOCK_RULE_MASK, in acpi_ex_dump_operand()
779 obj_desc->field.field_flags & AML_FIELD_UPDATE_RULE_MASK, in acpi_ex_dump_operand()
A Dexfldio.c565 field_flags & AML_FIELD_UPDATE_RULE_MASK) { in acpi_ex_write_with_update_rule()
609 (obj_desc->common_field.field_flags & in acpi_ex_write_with_update_rule()
A Dacobject.h240 u8 field_flags; /* Access, update, and lock bits */\
A Dacinterp.h270 u8 field_flags,
A Daclocal.h241 u8 field_flags; member
/drivers/net/ethernet/intel/iavf/
A Diavf_main.c3820 u8 field_flags = 0; in iavf_parse_cls_flower() local
3845 field_flags |= IAVF_CLOUD_FIELD_TEN_ID; in iavf_parse_cls_flower()
3881 field_flags |= IAVF_CLOUD_FIELD_OMAC; in iavf_parse_cls_flower()
3891 field_flags |= IAVF_CLOUD_FIELD_IMAC; in iavf_parse_cls_flower()
3926 field_flags |= IAVF_CLOUD_FIELD_IVLAN; in iavf_parse_cls_flower()
3954 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
3964 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
4009 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
4026 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
4036 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
[all …]
/drivers/net/ethernet/intel/i40e/
A Di40e_main.c8540 u8 field_flags = 0; in i40e_parse_cls_flower() local
8561 field_flags |= I40E_CLOUD_FIELD_TEN_ID; in i40e_parse_cls_flower()
8589 field_flags |= I40E_CLOUD_FIELD_OMAC; in i40e_parse_cls_flower()
8599 field_flags |= I40E_CLOUD_FIELD_IMAC; in i40e_parse_cls_flower()
8616 field_flags |= I40E_CLOUD_FIELD_IVLAN; in i40e_parse_cls_flower()
8645 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8655 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8687 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8701 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8711 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
[all …]
A Di40e_virtchnl_pf.c3838 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter()
3974 cfilter->flags = vcf->field_flags; in i40e_vc_add_cloud_filter()

Completed in 69 milliseconds