Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
211 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
219 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_serial_bus()
334 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
341 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.c230 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field()
235 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field()
389 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_data_to_field()
394 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.h220 u8 field_flags; /* Access, update, and lock bits */\
H A Dacinterp.h267 u8 field_flags,
H A Daclocal.h241 u8 field_flags; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2763 u8 field_flags = 0; in iavf_parse_cls_flower() local
2788 field_flags |= IAVF_CLOUD_FIELD_TEN_ID; in iavf_parse_cls_flower()
2824 field_flags |= IAVF_CLOUD_FIELD_OMAC; in iavf_parse_cls_flower()
2834 field_flags |= IAVF_CLOUD_FIELD_IMAC; in iavf_parse_cls_flower()
2869 field_flags |= IAVF_CLOUD_FIELD_IVLAN; in iavf_parse_cls_flower()
2893 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
2903 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
2911 if (field_flags & IAVF_CLOUD_FIELD_TEN_ID) { in iavf_parse_cls_flower()
2948 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
2965 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower()
[all …]
/OK3568_Linux_fs/kernel/include/linux/avf/
H A Dvirtchnl.h574 u8 field_flags; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c8012 u8 field_flags = 0; in i40e_parse_cls_flower() local
8033 field_flags |= I40E_CLOUD_FIELD_TEN_ID; in i40e_parse_cls_flower()
8061 field_flags |= I40E_CLOUD_FIELD_OMAC; in i40e_parse_cls_flower()
8071 field_flags |= I40E_CLOUD_FIELD_IMAC; in i40e_parse_cls_flower()
8088 field_flags |= I40E_CLOUD_FIELD_IVLAN; in i40e_parse_cls_flower()
8113 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8123 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8131 if (field_flags & I40E_CLOUD_FIELD_TEN_ID) { in i40e_parse_cls_flower()
8155 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
8169 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower()
[all …]
H A Di40e_virtchnl_pf.c3630 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter()
3764 cfilter->flags = vcf->field_flags; in i40e_vc_add_cloud_filter()