Lines Matching refs:host1
153 __le16 host1; member
191 __le16 host1; member
418 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private()
629 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private()
827 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument
849 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header()
851 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header()
898 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition()
930 u16 host0, host1; in qcom_smem_enumerate_partitions() local
945 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions()
947 remote_host = host1; in qcom_smem_enumerate_partitions()
948 else if (host1 == local_host) in qcom_smem_enumerate_partitions()
963 header = qcom_smem_partition_header(smem, entry, host0, host1); in qcom_smem_enumerate_partitions()