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

/drivers/acpi/acpica/
H A Ddsopcode.c305 union acpi_parse_object *next_op; local
315 /* next_op points to the op that holds the Buffer */
317 next_op = op->common.value.arg;
321 status = acpi_ds_create_operands(walk_state, next_op);
390 union acpi_parse_object *next_op; local
400 /* next_op points to the op that holds the space_ID */
402 next_op = op->common.value.arg;
404 /* next_op points to address op */
406 next_op = next_op
482 union acpi_parse_object *next_op; local
684 union acpi_parse_object *next_op; local
[all...]
H A Ddswexec.c363 union acpi_parse_object *next_op; local
520 /* next_op points to the op that holds the method name */
522 next_op = first_arg;
524 /* next_op points to first argument op */
526 next_op = next_op->common.next;
531 status = acpi_ds_create_operands(walk_state, next_op);
H A Dacstruct.h81 u8 next_op_info; /* Info about next_op */
124 union acpi_parse_object *next_op; /* next op to be processed */ member in struct:acpi_walk_state
H A Ddswstate.c617 /* The next_op of the next_walk will be the beginning of the method */
619 walk_state->next_op = NULL;
/drivers/net/ethernet/broadcom/
H A Dcnic.c2835 u32 next_op = cp->completed_kcq[i + j]->kcqe_op_flag; local
2837 if (cnic_get_kcqe_layer_mask(next_op) != kcqe_layer)
2840 if (unlikely(next_op & KCQE_RAMROD_COMPLETION))

Completed in 332 milliseconds