Lines Matching refs:host1
152 __le16 host1; member
190 __le16 host1; member
394 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private()
561 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private()
726 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument
745 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header()
747 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header()
794 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition()
823 u16 host0, host1; in qcom_smem_enumerate_partitions() local
838 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions()
840 remote_host = host1; in qcom_smem_enumerate_partitions()
841 else if (host1 == local_host) in qcom_smem_enumerate_partitions()
856 header = qcom_smem_partition_header(smem, entry, host0, host1); in qcom_smem_enumerate_partitions()