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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c354 struct aac_get_container_count_resp *dresp; local
372 dresp = (struct aac_get_container_count_resp *)fib_data(fibptr);
373 maximum_num_containers = le32_to_cpu(dresp->ContainerSwitchEntries);
522 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr); local
525 if ((le32_to_cpu(dresp->status) == ST_OK) &&
526 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
527 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) {
530 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY))
534 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
536 = ((u64)le32_to_cpu(dresp
555 struct aac_mount * dresp; local
[all...]

Completed in 56 milliseconds