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);
648 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr);
655 if ((le32_to_cpu(dresp->status) == ST_OK) &&
656 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
657 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) {
659 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200;
663 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size);
667 dresp->mnt[0].fileinfo.bdevinfo
671 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY))
675 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
677 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) +
678 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32);
679 fsa_dev_ptr->ro = ((le32_to_cpu(dresp->mnt[0].state) & FSCS_READONLY) != 0);
683 cmd_priv->status = le32_to_cpu(dresp->count);
696 struct aac_mount * dresp;
700 dresp = (struct aac_mount *) fib_data(fibptr);
702 dresp->mnt[0].capacityhigh = 0;
703 if ((le32_to_cpu(dresp->status) == ST_OK) &&
704 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) {
740 dresp->status = cpu_to_le32(ST_OK);