Lines Matching refs:dresp

445 	struct aac_get_container_count_resp *dresp;  in aac_get_containers()  local
463 dresp = (struct aac_get_container_count_resp *)fib_data(fibptr); in aac_get_containers()
464 maximum_num_containers = le32_to_cpu(dresp->ContainerSwitchEntries); in aac_get_containers()
468 le32_to_cpu(dresp->MaxSimpleVolumes); in aac_get_containers()
618 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container2() local
621 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container2()
622 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) && in _aac_probe_container2()
623 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) { in _aac_probe_container2()
626 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200; in _aac_probe_container2()
630 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size); in _aac_probe_container2()
634 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY)) in _aac_probe_container2()
638 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol); in _aac_probe_container2()
640 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) + in _aac_probe_container2()
641 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32); in _aac_probe_container2()
642 fsa_dev_ptr->ro = ((le32_to_cpu(dresp->mnt[0].state) & FSCS_READONLY) != 0); in _aac_probe_container2()
646 scsicmd->SCp.Status = le32_to_cpu(dresp->count); in _aac_probe_container2()
659 struct aac_mount * dresp; in _aac_probe_container1() local
663 dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container1()
666 dresp->mnt[0].capacityhigh = 0; in _aac_probe_container1()
667 if ((le32_to_cpu(dresp->status) != ST_OK) || in _aac_probe_container1()
668 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) { in _aac_probe_container1()
704 dresp->status = cpu_to_le32(ST_OK); in _aac_probe_container1()