Searched refs:host_id (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h111 u_char host_id; member in struct:sym_driver_setup
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 in struct:Symbios_nvram
142 u_char host_id; member in struct:Tekram_nvram
H A Dsym_nvram.c47 np->myaddr = nvram->data.Symbios.host_id & 0x0f;
56 np->myaddr = nvram->data.Tekram.host_id & 0x0f;
60 if (nvram->data.parisc.host_id != -1)
61 np->myaddr = nvram->data.parisc.host_id;
149 sym_name(np), nvram->host_id & 0x0f,
193 sym_name(np), nvram->host_id & 0x0f,
H A Dsym_glue.h201 u_char host_id; member in struct:sym_device
H A Dsym_glue.c54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0);
101 sym_driver_setup.host_id = 7;
1333 np->myaddr = dev->host_id;
1646 sym_dev->host_id = tmp;
1718 sym_dev.host_id = SYM_SETUP_HOST_ID;
/linux-master/drivers/remoteproc/
H A Dti_sci_proc.h20 * @host_id: host id to pass the control over for this consumer remoteproc
28 u8 host_id; member in struct:ti_sci_proc
57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id);
60 tsp->proc_id, tsp->host_id, ret);
/linux-master/drivers/scsi/snic/
H A Dsnic_res.h14 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, argument
19 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt,
35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, argument
38 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx);
/linux-master/drivers/scsi/
H A Datp870u.h36 unsigned char host_id[2]; member in struct:atp_unit
H A Dzalon.c130 device.host_id = 7;
H A Datp870u.c1041 m <<= dev->host_id[0];
1275 atp_dev->host_id[c] = 0x07;
1293 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) argument
1295 atp_writeb_io(atp, c, 0, host_id | 0x08);
1309 unsigned char k, host_id; local
1317 pci_read_config_byte(pdev, 0x49, &host_id);
1325 host_id &= 0x07;
1326 atpdev->host_id[0] = host_id;
1346 atp_set_host_id(atpdev, 0, host_id);
1361 unsigned char k, m, host_id; local
[all...]
H A Dnsp32.c453 unsigned int host_id = SCpnt->device->host->this_id; local
523 param->target_id = BIT(host_id) | BIT(target);
585 unsigned int host_id = SCpnt->device->host->this_id; local
633 BIT(host_id) | BIT(target));
809 unsigned int host_id = SCpnt->device->host->this_id; local
819 tmpid &= (~BIT(host_id));
/linux-master/drivers/scsi/pcmcia/
H A Daha152x_stub.c64 static int host_id = 7; variable
71 module_param(host_id, int, 0);
168 s.scsiid = host_id;
H A Dnsp_cs.c193 /*unsigned int host_id = SCpnt->device->host->this_id;*/
366 unsigned int host_id = SCpnt->device->host->this_id; local
405 nsp_index_write(base, SCSIDATALATCH, BIT(host_id) | BIT(target));
654 unsigned int host_id = SCpnt->device->host->this_id; local
663 tmp = id_reg & (~BIT(host_id));
/linux-master/drivers/nfc/st21nfca/
H A Dse.c92 u8 se_event, host_id; local
141 host_id = sk_host_list->data[i];
144 if (state == ST21NFCA_SE_MODE_ON && host_id == se_idx)
146 else if (state == ST21NFCA_SE_MODE_OFF && host_id != se_idx)
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h43 u8 host_id; member in struct:idpf_ctlq_msg
/linux-master/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-master/drivers/soc/qcom/
H A Dsmsm.c358 * @host_id: index of the remote host to be resolved
361 * outgoing interrupts to a remote host - identified by @host_id.
363 static int smsm_parse_ipc(struct qcom_smsm *smsm, unsigned host_id) argument
367 struct smsm_host *host = &smsm->hosts[host_id];
371 snprintf(key, sizeof(key), "qcom,ipc-%d", host_id);
/linux-master/drivers/nfc/st-nci/
H A Dse.c434 u8 host_id; local
482 host_id = sk_host_list->data[i];
484 if (state == ST_NCI_SE_MODE_ON && host_id == se_idx)
486 else if (state == ST_NCI_SE_MODE_OFF && host_id != se_idx)
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c49 static int pscsi_attach_hba(struct se_hba *hba, u32 host_id) argument
58 phv->phv_host_id = host_id;
792 unsigned char host_id[16]; local
796 snprintf(host_id, 16, "%d", pdv->pdv_host_id);
798 snprintf(host_id, 16, "PHBA Mode");
803 host_id);
H A Dtarget_core_rd.c33 static int rd_attach_hba(struct se_hba *hba, u32 host_id) argument
41 rd_host->rd_host_id = host_id;
/linux-master/drivers/memstick/host/
H A Djmb38x_ms.c53 char host_id[32]; member in struct:jmb38x_ms_host
866 snprintf(host->host_id, sizeof(host->host_id), DRIVER_NAME ":slot%d",
879 if (!request_irq(host->irq, jmb38x_ms_isr, IRQF_SHARED, host->host_id,
/linux-master/tools/perf/
H A Dbuiltin-inject.c57 u64 host_id; member in struct:guest_id
955 static int guest_session__map_id(struct guest_session *gs, u64 id, u64 host_id, u32 vcpu) argument
964 guest_id->host_id = host_id;
1002 u64 host_id; local
1009 host_id = guest_session__allocate_new_id(gs, host_evlist);
1010 ret = guest_session__map_id(gs, id, host_id, sid->cpu.cpu);
1070 id_array[i] = guest_id->host_id;
1541 sample->id = guest_id->host_id;
1542 sample->stream_id = guest_id->host_id;
[all...]
/linux-master/drivers/firmware/
H A Dti_sci.c100 * @host_id: Host ID
116 u8 host_id; member in struct:ti_sci_info
347 hdr->host = info->host_id;
2549 * @host_id: Host ID to get the control of the processor
2554 u8 proc_id, u8 host_id)
2581 req->host_id = host_id;
3315 info->host_id = info->desc->default_host_id;
3319 info->host_id = info->desc->default_host_id;
3321 info->host_id
2553 ti_sci_cmd_proc_handover(const struct ti_sci_handle *handle, u8 proc_id, u8 host_id) argument
[all...]
H A Dti_sci.h1300 * @host_id: Host ID the control needs to be transferred to
1308 u8 host_id; member in struct:ti_sci_msg_req_proc_handover
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h620 int host_id; member in struct:pdc_initiator

Completed in 517 milliseconds

12