Lines Matching defs:info
352 /* Allocate the scatterlist and (if requested) info entries. */
397 * (if present) info[] arrays, plus the transaction itself.
407 struct ipa_cmd_info *info;
432 info = &trans->info[which];
433 info->opcode = opcode;
434 info->direction = direction;
546 struct ipa_cmd_info *info;
557 * If there is no info array we're doing a simple data
560 info = trans->info ? &trans->info[0] : NULL;
571 if (info)
572 opcode = info++->opcode;
720 /* Initialize a channel's GSI transaction info */