Lines Matching refs:host0
151 __le16 host0; member
189 __le16 host0; member
395 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private()
562 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private()
727 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument
739 if (host0 != le16_to_cpu(header->host0)) { in qcom_smem_partition_header()
741 host0, le16_to_cpu(header->host0)); in qcom_smem_partition_header()
790 if (le16_to_cpu(entry->host0) != SMEM_GLOBAL_HOST) in qcom_smem_set_global_partition()
822 u16 host0, host1; in qcom_smem_enumerate_partitions() local
836 host0 = le16_to_cpu(entry->host0); in qcom_smem_enumerate_partitions()
838 if (host0 == local_host) in qcom_smem_enumerate_partitions()
841 remote_host = host0; in qcom_smem_enumerate_partitions()
855 header = qcom_smem_partition_header(smem, entry, host0, host1); in qcom_smem_enumerate_partitions()