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