Home
last modified time | relevance | path

Searched refs:next_op (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/acpi/acpica/
Ddsopcode.c305 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
317 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() local
402 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() local
496 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 …]
Ddswexec.c362 union acpi_parse_object *next_op; in acpi_ds_exec_end_op() local
522 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()
Dacstruct.h124 union acpi_parse_object *next_op; /* next op to be processed */ member
Ddswstate.c615 walk_state->next_op = NULL; in acpi_ds_init_aml_walk()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c2782 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; in service_kcqes() local
2784 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer) in service_kcqes()
2787 if (unlikely(next_op & KCQE_RAMROD_COMPLETION)) in service_kcqes()