/Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
D | sym53c8xx.h | 111 u_char host_id; member 125 #define SYM_SETUP_HOST_ID sym_driver_setup.host_id 140 .host_id = 7, \
|
D | sym_nvram.c | 47 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()
|
D | sym_nvram.h | 64 u_char host_id; member 142 u_char host_id; member
|
D | sym_glue.h | 201 u_char host_id; member
|
D | sym_glue.c | 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 101 sym_driver_setup.host_id = 7; in sym2_setup_params() 1289 np->myaddr = dev->host_id; in sym_attach() 1602 sym_dev->host_id = tmp; in sym_config_pqs() 1673 sym_dev.host_id = SYM_SETUP_HOST_ID; in sym2_probe()
|
/Linux-v5.4/drivers/scsi/snic/ |
D | snic_res.h | 28 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument 33 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt, in snic_icmnd_init() 49 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument 52 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
|
/Linux-v5.4/include/trace/events/ |
D | hswadsp.h | 169 __entry->id = stream->host_id; 200 __entry->id = stream->host_id; 262 __entry->id = stream->host_id; 294 __entry->id = stream->host_id; 318 __entry->id = stream->host_id; 342 __entry->id = stream->host_id;
|
/Linux-v5.4/drivers/scsi/pcmcia/ |
D | aha152x_stub.c | 61 static int host_id = 7; variable 68 module_param(host_id, int, 0); 165 s.scsiid = host_id; in aha152x_config_cs()
|
D | nsp_cs.c | 366 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-v5.4/drivers/scsi/ |
D | atp870u.c | 993 m <<= dev->host_id[0]; in tscam() 1222 atp_dev->host_id[c] = 0x07; in atp870u_init_tables() 1240 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) in atp_set_host_id() argument 1242 atp_writeb_io(atp, c, 0, host_id | 0x08); in atp_set_host_id() 1256 unsigned char k, host_id; in atp870_init() local 1264 pci_read_config_byte(pdev, 0x49, &host_id); in atp870_init() 1271 host_id &= 0x07; in atp870_init() 1272 atpdev->host_id[0] = host_id; in atp870_init() 1292 atp_set_host_id(atpdev, 0, host_id); in atp870_init() 1300 shpnt->this_id = host_id; in atp870_init() [all …]
|
D | atp870u.h | 36 unsigned char host_id[2]; member
|
D | zalon.c | 129 device.host_id = 7; in zalon_probe()
|
D | nsp32.c | 446 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_selection_autopara() local 515 param->target_id = BIT(host_id) | BIT(target); in nsp32_selection_autopara() 577 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_selection_autoscsi() local 625 nsp32_write1(base, SCSI_OUT_LATCH_TARGET_ID, BIT(host_id) | BIT(target)); in nsp32_selection_autoscsi() 800 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_reselection() local 810 tmpid &= (~BIT(host_id)); in nsp32_reselection()
|
D | ncr53c8xx.h | 528 u8 host_id; member 1303 u_char host_id; member
|
/Linux-v5.4/drivers/nfc/st21nfca/ |
D | se.c | 92 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-v5.4/drivers/hv/ |
D | hv_trace.h | 285 __array(char, host_id, 16) 290 memcpy(__entry->host_id, &msg->host_service_id.b, 16); 295 __entry->guest_id, __entry->host_id, __entry->ret
|
/Linux-v5.4/drivers/target/ |
D | target_core_pscsi.c | 52 static int pscsi_attach_hba(struct se_hba *hba, u32 host_id) in pscsi_attach_hba() argument 61 phv->phv_host_id = host_id; in pscsi_attach_hba() 799 unsigned char host_id[16]; in pscsi_show_configfs_dev_params() local 803 snprintf(host_id, 16, "%d", pdv->pdv_host_id); in pscsi_show_configfs_dev_params() 805 snprintf(host_id, 16, "PHBA Mode"); in pscsi_show_configfs_dev_params() 810 host_id); in pscsi_show_configfs_dev_params()
|
D | target_core_rd.c | 33 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()
|
D | target_core_user.c | 90 u32 host_id; member 1354 static int tcmu_attach_hba(struct se_hba *hba, u32 host_id) in tcmu_attach_hba() argument 1362 tcmu_hba->host_id = host_id; in tcmu_attach_hba() 1856 str = kasprintf(GFP_KERNEL, "tcm-user/%u/%s/%s", hba->host_id, in tcmu_update_uio_info() 1859 str = kasprintf(GFP_KERNEL, "tcm-user/%u/%s", hba->host_id, in tcmu_update_uio_info()
|
/Linux-v5.4/drivers/nfc/st-nci/ |
D | se.c | 413 u8 host_id; in st_nci_control_se() local 461 host_id = sk_host_list->data[i]; in st_nci_control_se() 463 if (state == ST_NCI_SE_MODE_ON && host_id == se_idx) in st_nci_control_se() 465 else if (state == ST_NCI_SE_MODE_OFF && host_id != se_idx) in st_nci_control_se()
|
/Linux-v5.4/drivers/soc/qcom/ |
D | smsm.c | 343 static int smsm_parse_ipc(struct qcom_smsm *smsm, unsigned host_id) in smsm_parse_ipc() argument 347 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 351 snprintf(key, sizeof(key), "qcom,ipc-%d", host_id); in smsm_parse_ipc()
|
/Linux-v5.4/drivers/ide/ |
D | sis5513.c | 73 u16 host_id; member 374 host = pci_get_device(PCI_VENDOR_ID_SI, SiSHostChipInfo[i].host_id, NULL); in sis_find_family() 382 if (SiSHostChipInfo[i].host_id == PCI_DEVICE_ID_SI_630) { in sis_find_family()
|
/Linux-v5.4/drivers/memstick/host/ |
D | jmb38x_ms.c | 53 char host_id[32]; member 883 snprintf(host->host_id, sizeof(host->host_id), DRIVER_NAME ":slot%d", in jmb38x_ms_alloc_host() 896 if (!request_irq(host->irq, jmb38x_ms_isr, IRQF_SHARED, host->host_id, in jmb38x_ms_alloc_host()
|
/Linux-v5.4/drivers/firmware/ |
D | ti_sci.c | 132 u8 host_id; member 376 hdr->host = info->host_id; in ti_sci_get_one_xfer() 2689 u8 proc_id, u8 host_id) in ti_sci_cmd_proc_handover() argument 2716 req->host_id = host_id; in ti_sci_cmd_proc_handover() 3416 info->host_id = info->desc->default_host_id; in ti_sci_probe() 3420 info->host_id = info->desc->default_host_id; in ti_sci_probe() 3422 info->host_id = h_id; in ti_sci_probe()
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | pdc.h | 606 int host_id; member
|