Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aacraid/
H A Daachba.c457 struct aac_get_container_count_resp *dresp; in aac_get_containers() local
480 le32_to_cpu(dresp->MaxSimpleVolumes); in aac_get_containers()
655 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container2()
667 dresp->mnt[0].fileinfo.bdevinfo in _aac_probe_container2()
683 cmd_priv->status = le32_to_cpu(dresp->count); in _aac_probe_container2()
696 struct aac_mount * dresp; in _aac_probe_container1() local
700 dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container1()
702 dresp->mnt[0].capacityhigh = 0; in _aac_probe_container1()
703 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container1()
704 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) { in _aac_probe_container1()
[all …]