Lines Matching refs:dresp
457 struct aac_get_container_count_resp *dresp;
475 dresp = (struct aac_get_container_count_resp *)fib_data(fibptr);
476 maximum_num_containers = le32_to_cpu(dresp->ContainerSwitchEntries);
480 le32_to_cpu(dresp->MaxSimpleVolumes);
636 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr);
643 if ((le32_to_cpu(dresp->status) == ST_OK) &&
644 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
645 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) {
647 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200;
651 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size);
655 dresp->mnt[0].fileinfo.bdevinfo
659 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY))
663 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
665 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) +
666 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32);
667 fsa_dev_ptr->ro = ((le32_to_cpu(dresp->mnt[0].state) & FSCS_READONLY) != 0);
671 scsicmd->SCp.Status = le32_to_cpu(dresp->count);
684 struct aac_mount * dresp;
688 dresp = (struct aac_mount *) fib_data(fibptr);
690 dresp->mnt[0].capacityhigh = 0;
691 if ((le32_to_cpu(dresp->status) == ST_OK) &&
692 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) {
728 dresp->status = cpu_to_le32(ST_OK);