Home
last modified time | relevance | path

Searched refs:dresp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/aacraid/
Daachba.c456 struct aac_get_container_count_resp *dresp; in aac_get_containers() local
474 dresp = (struct aac_get_container_count_resp *)fib_data(fibptr); in aac_get_containers()
475 maximum_num_containers = le32_to_cpu(dresp->ContainerSwitchEntries); in aac_get_containers()
479 le32_to_cpu(dresp->MaxSimpleVolumes); in aac_get_containers()
635 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container2() local
642 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container2()
643 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) && in _aac_probe_container2()
644 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) { in _aac_probe_container2()
646 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200; in _aac_probe_container2()
650 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size); in _aac_probe_container2()
[all …]