Searched refs:field_flags (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/acpi/acpica/ |
D | exserial.c | 51 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() 346 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus() 353 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_serial_bus()
|
D | exprep.c | 23 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()
|
D | exutils.c | 167 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()
|
D | dsopcode.c | 85 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()
|
D | exfield.c | 232 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field() 237 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_read_data_from_field() 393 acpi_ex_acquire_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_data_to_field() 398 acpi_ex_release_global_lock(obj_desc->common_field.field_flags); in acpi_ex_write_data_to_field()
|
D | dsfield.c | 320 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()
|
D | exdump.c | 257 {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()
|
D | exfldio.c | 565 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()
|
D | acobject.h | 221 u8 field_flags; /* Access, update, and lock bits */\
|
D | acinterp.h | 267 u8 field_flags,
|
D | aclocal.h | 241 u8 field_flags; member
|
/linux-6.1.9/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 3711 u8 field_flags = 0; in iavf_parse_cls_flower() local 3736 field_flags |= IAVF_CLOUD_FIELD_TEN_ID; in iavf_parse_cls_flower() 3772 field_flags |= IAVF_CLOUD_FIELD_OMAC; in iavf_parse_cls_flower() 3782 field_flags |= IAVF_CLOUD_FIELD_IMAC; in iavf_parse_cls_flower() 3817 field_flags |= IAVF_CLOUD_FIELD_IVLAN; in iavf_parse_cls_flower() 3841 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower() 3851 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower() 3859 if (field_flags & IAVF_CLOUD_FIELD_TEN_ID) { in iavf_parse_cls_flower() 3896 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower() 3913 field_flags |= IAVF_CLOUD_FIELD_IIP; in iavf_parse_cls_flower() [all …]
|
/linux-6.1.9/include/linux/avf/ |
D | virtchnl.h | 967 u8 field_flags; member
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8522 u8 field_flags = 0; in i40e_parse_cls_flower() local 8543 field_flags |= I40E_CLOUD_FIELD_TEN_ID; in i40e_parse_cls_flower() 8571 field_flags |= I40E_CLOUD_FIELD_OMAC; in i40e_parse_cls_flower() 8581 field_flags |= I40E_CLOUD_FIELD_IMAC; in i40e_parse_cls_flower() 8598 field_flags |= I40E_CLOUD_FIELD_IVLAN; in i40e_parse_cls_flower() 8623 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower() 8633 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower() 8641 if (field_flags & I40E_CLOUD_FIELD_TEN_ID) { in i40e_parse_cls_flower() 8665 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower() 8679 field_flags |= I40E_CLOUD_FIELD_IIP; in i40e_parse_cls_flower() [all …]
|
D | i40e_virtchnl_pf.c | 3712 cfilter.flags = vcf->field_flags; in i40e_vc_del_cloud_filter() 3846 cfilter->flags = vcf->field_flags; in i40e_vc_add_cloud_filter()
|