Searched refs:next_op (Results 1 – 5 of 5) sorted by relevance
305 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local317 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()321 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()390 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local402 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()406 next_op = next_op->common.next; in acpi_ds_eval_region_operands()410 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()482 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local496 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()502 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()[all …]
363 union acpi_parse_object *next_op; in acpi_ds_exec_end_op() local522 next_op = first_arg; in acpi_ds_exec_end_op()526 next_op = next_op->common.next; in acpi_ds_exec_end_op()531 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_exec_end_op()
120 union acpi_parse_object *next_op; /* next op to be processed */ member
619 walk_state->next_op = NULL; in acpi_ds_init_aml_walk()
2846 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; in service_kcqes() local2848 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer) in service_kcqes()2851 if (unlikely(next_op & KCQE_RAMROD_COMPLETION)) in service_kcqes()