Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H 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()
217 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
225 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
351 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
358 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
H 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()
H 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()
H 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()
H 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()
H 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()
H 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()
H 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()
H A Dacobject.h221 u8 field_flags; /* Access, update, and lock bits */\
H A Dacinterp.h267 u8 field_flags,
H A Daclocal.h241 u8 field_flags; member
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3753 u8 field_flags = 0; in iavf_parse_cls_flower() local
3778 field_flags |= IAVF_CLOUD_FIELD_TEN_ID; in iavf_parse_cls_flower()
3814 field_flags |= IAVF_CLOUD_FIELD_OMAC; in iavf_parse_cls_flower()
3824 field_flags |= IAVF_CLOUD_FIELD_IMAC; in iavf_parse_cls_flower()
3859 field_flags |= IAVF_CLOUD_FIELD_IVLAN; in iavf_parse_cls_flower()
3883 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
3893 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
3901 if (field_flags & IAVF_CLOUD_FIELD_TEN_ID) { in iavf_parse_cls_flower()
3938 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
3955 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
[all …]
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h995 u8 field_flags; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c8579 u8 field_flags = 0; in i40e_parse_cls_flower() local
8600 field_flags |= I40E_CLOUD_FIELD_TEN_ID; in i40e_parse_cls_flower()
8628 field_flags |= I40E_CLOUD_FIELD_OMAC; in i40e_parse_cls_flower()
8638 field_flags |= I40E_CLOUD_FIELD_IMAC; in i40e_parse_cls_flower()
8655 field_flags |= I40E_CLOUD_FIELD_IVLAN; in i40e_parse_cls_flower()
8680 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8690 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8698 if (field_flags & I40E_CLOUD_FIELD_TEN_ID) { in i40e_parse_cls_flower()
8722 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8736 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
[all …]
H A Di40e_virtchnl_pf.c3845 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter()
3981 cfilter->flags = vcf->field_flags; in i40e_vc_add_cloud_filter()