Searched refs:remote_host (Results 1 – 5 of 5) sorted by relevance
12 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}16 # remote_host The host name or IP address of the remote logging server31 ${host_dict}= Create Dictionary data=${remote_host}33 ... verify=${TRUE} expected_value=${remote_host}47 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}51 # remote_host The host name or IP address of the remote logging server55 @{remote_parm_list}= Create List ${remote_host} ${remote_port}67 [Arguments] ${remote_host}=${REMOTE_LOG_SERVER_HOST}71 # remote_host The host name or IP address of the remote logging server84 ${config}= Catenate @@${remote_host}:${remote_port}[all …]
733 unsigned int remote_host; in qcom_smem_enumerate_partitions() local756 remote_host = host1; in qcom_smem_enumerate_partitions()758 remote_host = host0; in qcom_smem_enumerate_partitions()760 if (remote_host >= SMEM_HOST_COUNT) { in qcom_smem_enumerate_partitions()763 remote_host); in qcom_smem_enumerate_partitions()767 if (smem->partitions[remote_host]) { in qcom_smem_enumerate_partitions()770 remote_host); in qcom_smem_enumerate_partitions()791 if (host0 != remote_host && host1 != remote_host) { in qcom_smem_enumerate_partitions()809 smem->partitions[remote_host] = header; in qcom_smem_enumerate_partitions()810 smem->cacheline[remote_host] = le32_to_cpu(entry->cacheline); in qcom_smem_enumerate_partitions()
989 u16 remote_host; in qcom_smem_enumerate_partitions() local1007 remote_host = host1; in qcom_smem_enumerate_partitions()1009 remote_host = host0; in qcom_smem_enumerate_partitions()1013 if (remote_host >= SMEM_HOST_COUNT) { in qcom_smem_enumerate_partitions()1014 dev_err(smem->dev, "bad host %u\n", remote_host); in qcom_smem_enumerate_partitions()1018 if (smem->partitions[remote_host].virt_base) { in qcom_smem_enumerate_partitions()1019 dev_err(smem->dev, "duplicate host %u\n", remote_host); in qcom_smem_enumerate_partitions()1027 smem->partitions[remote_host].virt_base = (void __iomem *)header; in qcom_smem_enumerate_partitions()1028 smem->partitions[remote_host].phys_base = smem->regions[0].aux_base + in qcom_smem_enumerate_partitions()1030 smem->partitions[remote_host].size = le32_to_cpu(entry->size); in qcom_smem_enumerate_partitions()[all …]
687 const char *remote_host, in vubr_backend_udp_setup() argument719 vubr_set_host(&dev->backend_udp_dest, remote_host); in vubr_backend_udp_setup()
4362 ``udp:[remote_host]:remote_port[@[src_ip]:src_port]``