Searched refs:next_op (Results 1 – 6 of 6) sorted by relevance
271 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local283 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()287 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()357 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local369 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()373 next_op = next_op->common.next; in acpi_ds_eval_region_operands()377 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()449 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local463 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()469 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()[all …]
330 union acpi_parse_object *next_op; in acpi_ds_exec_end_op() local487 next_op = first_arg; in acpi_ds_exec_end_op()491 next_op = next_op->common.next; in acpi_ds_exec_end_op()496 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_exec_end_op()
86 union acpi_parse_object *next_op; /* next op to be processed */ member
585 walk_state->next_op = NULL; in acpi_ds_init_aml_walk()
204 next_op: in asn1_ber_decoder()224 goto next_op; in asn1_ber_decoder()257 goto next_op; in asn1_ber_decoder()358 goto next_op; in asn1_ber_decoder()368 goto next_op; in asn1_ber_decoder()374 goto next_op; in asn1_ber_decoder()414 goto next_op; in asn1_ber_decoder()427 goto next_op; in asn1_ber_decoder()446 goto next_op; in asn1_ber_decoder()451 goto next_op; in asn1_ber_decoder()[all …]
2844 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; in service_kcqes() local2846 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer) in service_kcqes()2849 if (unlikely(next_op & KCQE_RAMROD_COMPLETION)) in service_kcqes()