Home
last modified time | relevance | path

Searched refs:host_id (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/remoteproc/
H A Dti_sci_proc.h28 u8 host_id; member
52 tsp->host_id = temp[1]; in ti_sci_proc_of_get_tsp()
83 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
86 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h111 u_char host_id; member
125 #define SYM_SETUP_HOST_ID sym_driver_setup.host_id
140 .host_id = 7, \
H A Dsym_nvram.h64 u_char host_id; member
142 u_char host_id; member
H A Dsym_nvram.c47 np->myaddr = nvram->data.Symbios.host_id & 0x0f; in sym_nvram_setup_host()
56 np->myaddr = nvram->data.Tekram.host_id & 0x0f; in sym_nvram_setup_host()
60 if (nvram->data.parisc.host_id != -1) in sym_nvram_setup_host()
61 np->myaddr = nvram->data.parisc.host_id; in sym_nvram_setup_host()
149 sym_name(np), nvram->host_id & 0x0f, in sym_display_Symbios_nvram()
193 sym_name(np), nvram->host_id & 0x0f, in sym_display_Tekram_nvram()
H A Dsym_glue.h201 u_char host_id; member
/linux/drivers/scsi/snic/
H A Dsnic_res.h14 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument
19 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt, in snic_icmnd_init()
35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument
38 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c64 static int host_id = 7; variable
71 module_param(host_id, int, 0);
169 s.scsiid = host_id; in aha152x_config_cs()
H A Dnsp_cs.c366 unsigned int host_id = SCpnt->device->host->this_id; in nsphw_start_selection() local
405 nsp_index_write(base, SCSIDATALATCH, BIT(host_id) | BIT(target)); in nsphw_start_selection()
654 unsigned int host_id = SCpnt->device->host->this_id; in nsp_reselected() local
663 tmp = id_reg & (~BIT(host_id)); in nsp_reselected()
/linux/drivers/soc/qcom/
H A Dsmsm.c376 static int smsm_parse_mbox(struct qcom_smsm *smsm, unsigned int host_id) in smsm_parse_mbox() argument
378 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_mbox()
381 host->mbox_chan = mbox_request_channel(&smsm->mbox_client, host_id); in smsm_parse_mbox()
398 static int smsm_parse_ipc(struct qcom_smsm *smsm, unsigned host_id) in smsm_parse_ipc() argument
402 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
406 snprintf(key, sizeof(key), "qcom,ipc-%d", host_id); in smsm_parse_ipc()
/linux/drivers/nfc/st21nfca/
H A Dse.c92 u8 se_event, host_id; in st21nfca_hci_control_se() local
141 host_id = sk_host_list->data[i]; in st21nfca_hci_control_se()
144 if (state == ST21NFCA_SE_MODE_ON && host_id == se_idx) in st21nfca_hci_control_se()
146 else if (state == ST21NFCA_SE_MODE_OFF && host_id != se_idx) in st21nfca_hci_control_se()
/linux/drivers/scsi/
H A Datp870u.h36 unsigned char host_id[2]; member
H A Dzalon.c130 device.host_id = 7; in zalon_probe()
/linux/drivers/target/
H A Dtarget_core_pscsi.c50 static int pscsi_attach_hba(struct se_hba *hba, u32 host_id) in pscsi_attach_hba() argument
59 phv->phv_host_id = host_id; in pscsi_attach_hba()
793 unsigned char host_id[16]; in pscsi_show_configfs_dev_params() local
797 snprintf(host_id, 16, "%d", pdv->pdv_host_id); in pscsi_show_configfs_dev_params()
799 snprintf(host_id, 16, "PHBA Mode"); in pscsi_show_configfs_dev_params()
804 host_id); in pscsi_show_configfs_dev_params()
H A Dtarget_core_rd.c33 static int rd_attach_hba(struct se_hba *hba, u32 host_id) in rd_attach_hba() argument
41 rd_host->rd_host_id = host_id; in rd_attach_hba()
H A Dtarget_core_file.c37 static int fd_attach_hba(struct se_hba *hba, u32 host_id) in fd_attach_hba() argument
47 fd_host->fd_host_id = host_id; in fd_attach_hba()
/linux/drivers/hv/
H A Dhv_trace.h298 __array(char, host_id, 16)
303 export_guid(__entry->host_id, &msg->host_service_id);
308 __entry->guest_id, __entry->host_id, __entry->ret
/linux/drivers/nfc/st-nci/
H A Dse.c434 u8 host_id; in st_nci_control_se() local
482 host_id = sk_host_list->data[i]; in st_nci_control_se()
484 if (state == ST_NCI_SE_MODE_ON && host_id == se_idx) in st_nci_control_se()
486 else if (state == ST_NCI_SE_MODE_OFF && host_id != se_idx) in st_nci_control_se()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h43 u8 host_id; member
H A Didpf_controlq.c292 desc->flags = cpu_to_le16((msg->host_id & IDPF_HOST_ID_MASK) << in idpf_ctlq_send()
H A Didpf_virtchnl.c201 ctlq_msg->host_id = adapter->ptp->secondary_mbx.peer_id; in idpf_prepare_ptp_mb_msg()
/linux/drivers/memstick/host/
H A Djmb38x_ms.c53 char host_id[32]; member
865 snprintf(host->host_id, sizeof(host->host_id), DRIVER_NAME ":slot%d", in jmb38x_ms_alloc_host()
878 if (!request_irq(host->irq, jmb38x_ms_isr, IRQF_SHARED, host->host_id, in jmb38x_ms_alloc_host()
/linux/tools/perf/
H A Dbuiltin-inject.c60 u64 host_id;
1358 static int guest_session__map_id(struct guest_session *gs, u64 id, u64 host_id, u32 vcpu) in guest_session__add_attrs()
1367 guest_id->host_id = host_id; in guest_session__add_attrs()
1405 u64 host_id; in dso__is_in_kernel_space()
1412 host_id = guest_session__allocate_new_id(gs, host_evlist); in evlist__first_id()
1413 ret = guest_session__map_id(gs, id, host_id, sid->cpu.cpu); in evlist__first_id()
1473 id_array[i] = guest_id->host_id; in guest_session__add_build_ids()
1966 sample->id = guest_id->host_id; in host__context_switch()
1967 sample->stream_id = guest_id->host_id; in host__context_switch()
57 u64 host_id; global() member
1210 guest_session__map_id(struct guest_session * gs,u64 id,u64 host_id,u32 vcpu) guest_session__map_id() argument
1257 u64 host_id; guest_session__map_ids() local
[all...]
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h620 int host_id; member