Lines Matching refs:host1
152 __le16 host1; member
190 __le16 host1; 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
744 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header()
746 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header()
793 if (le16_to_cpu(entry->host1) == SMEM_GLOBAL_HOST) { in qcom_smem_set_global_partition()
822 u16 host0, host1; in qcom_smem_enumerate_partitions() local
837 host1 = le16_to_cpu(entry->host1); in qcom_smem_enumerate_partitions()
839 remote_host = host1; in qcom_smem_enumerate_partitions()
840 else if (host1 == local_host) in qcom_smem_enumerate_partitions()
855 header = qcom_smem_partition_header(smem, entry, host0, host1); in qcom_smem_enumerate_partitions()