Searched refs:op_info (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dpstree.c40 const struct acpi_opcode_info *op_info; local
52 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
53 if (op_info->class == AML_CLASS_UNKNOWN) {
62 if (!(op_info->flags & AML_HAS_ARGS)) {
97 const struct acpi_opcode_info *op_info; local
107 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
108 if (op_info->class == AML_CLASS_UNKNOWN) {
119 if (!(op_info->flags & AML_HAS_ARGS)) {
H A Dpsutils.c88 const struct acpi_opcode_info *op_info; local
93 op_info = acpi_ps_get_opcode_info(opcode);
97 if (op_info->flags & AML_DEFER) {
99 } else if (op_info->flags & AML_NAMED) {
H A Dpsobject.c50 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
52 switch (walk_state->op_info->class) {
131 walk_state->arg_types = walk_state->op_info->parse_args;
306 const struct acpi_opcode_info *op_info; local
320 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
326 if (walk_state->op_info->flags & AML_NAMED) {
361 if (walk_state->op_info->flags & AML_CREATE) {
383 op_info =
385 if (op_info->flags & AML_HAS_TARGET) {
387 acpi_ps_get_argument_count(op_info
[all...]
H A Ddswload2.c67 if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
69 (!(walk_state->op_info->flags & AML_NAMED))) {
100 object_type = walk_state->op_info->object_type;
306 if (walk_state->op_info->flags & AML_NAMED) {
388 walk_state->op_info->name, op, walk_state));
392 if (!(walk_state->op_info->flags & AML_NSOBJECT)) {
402 object_type = walk_state->op_info->object_type;
468 switch (walk_state->op_info->type) {
H A Dexresop.c107 const struct acpi_opcode_info *op_info; local
114 op_info = acpi_ps_get_opcode_info(opcode);
115 if (op_info->class == AML_CLASS_UNKNOWN) {
119 arg_types = op_info->runtime_args;
128 opcode, op_info->name, arg_types));
H A Ddswload.c122 if (!(walk_state->op_info->flags & AML_NAMED)) {
139 object_type = walk_state->op_info->object_type;
427 (walk_state->op_info->flags & AML_CREATE)) {
434 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
440 object_type = walk_state->op_info->object_type;
442 if (walk_state->op_info->flags & AML_FIELD) {
H A Ddsobject.c324 const struct acpi_opcode_info *op_info; local
331 op_info = acpi_ps_get_opcode_info(opcode);
332 if (op_info->class == AML_CLASS_UNKNOWN) {
375 switch (op_info->type) {
441 op_info->type));
464 switch (op_info->type) {
H A Ddswexec.c202 walk_state->op_info =
205 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) {
209 op_info->
248 opcode_class = walk_state->op_info->class;
343 op_type = walk_state->op_info->type;
344 op_class = walk_state->op_info->class;
395 if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE) &&
396 (walk_state->op_info->flags & AML_HAS_ARGS)) {
H A Ddsutils.c432 const struct acpi_opcode_info *op_info; local
482 op_info =
486 if ((op_info->flags & AML_NSNODE) &&
592 op_info = acpi_ps_get_opcode_info(opcode);
593 if (op_info->object_type == ACPI_TYPE_INVALID) {
597 if ((op_info->flags & AML_HAS_RETVAL) ||
617 acpi_ut_create_internal_object(op_info->
766 /* TBD: Should we specify this feature as a bit of op_info->Flags of these opcodes? */
H A Dpsloop.c480 walk_state->op_info =
482 if (walk_state->op_info->flags & AML_NAMED) {
498 if (walk_state->op_info->flags & AML_CREATE) {
H A Dexoparg2.c234 if (walk_state->op_info->flags & AML_MATH) {
485 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
495 } else if (walk_state->op_info->flags & AML_LOGICAL) {
H A Dexconvrt.c590 switch (GET_CURRENT_ARG_TYPE(walk_state->op_info->runtime_args)) {
674 GET_CURRENT_ARG_TYPE(walk_state->op_info->
H A Dacstruct.h82 const struct acpi_opcode_info *op_info; /* Info on current opcode */ member in struct:acpi_walk_state
H A Ddbdisply.c357 const struct acpi_opcode_info *op_info; local
400 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
401 switch (op_info->class) {
H A Ddsmethod.c131 (walk_state->op_info->
153 walk_state->method_node, walk_state->op_info->name,
H A Dpsparse.c123 || (walk_state->op_info->class == AML_CLASS_ARGUMENT)) {
/linux-master/drivers/infiniband/hw/irdma/
H A Duk.c237 struct irdma_rdma_write *op_info; local
245 op_info = &info->op.rdma_write;
246 if (op_info->num_lo_sges > qp->max_sq_frag_cnt)
249 for (i = 0; i < op_info->num_lo_sges; i++)
250 total_size += op_info->lo_sg_list[i].length;
255 frag_cnt = op_info->num_lo_sges + 1;
257 frag_cnt = op_info->num_lo_sges;
271 FIELD_PREP(IRDMAQPSQ_FRAG_TO, op_info->rem_addr.addr));
279 op_info->lo_sg_list,
284 for (byte_off = 32; i < op_info
330 struct irdma_rdma_read *op_info; local
411 struct irdma_post_send *op_info; local
501 irdma_set_mw_bind_wqe_gen_1(__le64 *wqe, struct irdma_bind_window *op_info) argument
563 irdma_set_mw_bind_wqe(__le64 *wqe, struct irdma_bind_window *op_info) argument
658 struct irdma_rdma_write *op_info; local
726 struct irdma_post_send *op_info; local
799 struct irdma_inv_local_stag *op_info; local
[all...]
H A Duser.h284 struct irdma_bind_window *op_info);

Completed in 215 milliseconds