/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym53c8xx.h | 111 u_char host_id; member 125 #define SYM_SETUP_HOST_ID sym_driver_setup.host_id 140 .host_id = 7, \
|
H A D | sym_nvram.h | 64 u_char host_id; member 142 u_char host_id; member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym53c8xx.h | 111 u_char host_id; member 125 #define SYM_SETUP_HOST_ID sym_driver_setup.host_id 140 .host_id = 7, \
|
H A D | sym_nvram.h | 64 u_char host_id; member 142 u_char host_id; member
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_res.h | 14 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()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 20 * @host_id: host id to pass the control over for this consumer remoteproc 28 u8 host_id; member 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 60 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 20 * @host_id: host id to pass the control over for this consumer remoteproc 28 u8 host_id; member 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 60 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover()
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | aha152x_stub.c | 64 static int host_id = 7; variable 71 module_param(host_id, int, 0); 168 s.scsiid = host_id; in aha152x_config_cs()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A 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() 1307 unsigned char k, m, host_id; atp880_init() local [all...] |
H A D | atp870u.h | 36 unsigned char host_id[2]; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | atp870u.c | 1041 m <<= dev->host_id[0]; in tscam() 1275 atp_dev->host_id[c] = 0x07; in atp870u_init_tables() 1293 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) in atp_set_host_id() argument 1295 atp_writeb_io(atp, c, 0, host_id | 0x08); in atp_set_host_id() 1309 unsigned char k, host_id; in atp870_init() local 1317 pci_read_config_byte(pdev, 0x49, &host_id); in atp870_init() 1325 host_id &= 0x07; in atp870_init() 1326 atpdev->host_id[0] = host_id; in atp870_init() 1346 atp_set_host_id(atpdev, 0, host_id); in atp870_init() 1361 unsigned char k, m, host_id; atp880_init() local [all...] |
H A D | atp870u.h | 36 unsigned char host_id[2]; member
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A 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() 800 unsigned char host_id[16]; in pscsi_show_configfs_dev_params() local 804 snprintf(host_id, 16, "%d", pdv->pdv_host_id); in pscsi_show_configfs_dev_params() 806 snprintf(host_id, 16, "PHBA Mode"); in pscsi_show_configfs_dev_params() 811 host_id); in pscsi_show_configfs_dev_params()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pscsi.c | 49 static int pscsi_attach_hba(struct se_hba *hba, u32 host_id) in pscsi_attach_hba() argument 58 phv->phv_host_id = host_id; in pscsi_attach_hba() 792 unsigned char host_id[16]; in pscsi_show_configfs_dev_params() local 796 snprintf(host_id, 16, "%d", pdv->pdv_host_id); in pscsi_show_configfs_dev_params() 798 snprintf(host_id, 16, "PHBA Mode"); in pscsi_show_configfs_dev_params() 803 host_id); in pscsi_show_configfs_dev_params()
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | se.c | 414 u8 host_id; in st_nci_control_se() local 462 host_id = sk_host_list->data[i]; in st_nci_control_se() 464 if (state == ST_NCI_SE_MODE_ON && host_id == se_idx) in st_nci_control_se() 466 else if (state == ST_NCI_SE_MODE_OFF && host_id != se_idx) in st_nci_control_se()
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | se.c | 434 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()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_trace.h | 283 __array(char, host_id, 16) 288 export_guid(__entry->host_id, &msg->host_service_id); 293 __entry->guest_id, __entry->host_id, __entry->ret
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smsm.c | 343 * @host_id: index of the remote host to be resolved 346 * outgoing interrupts to a remote host - identified by @host_id. 348 static int smsm_parse_ipc(struct qcom_smsm *smsm, unsigned host_id) in smsm_parse_ipc() argument 352 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 356 snprintf(key, sizeof(key), "qcom,ipc-%d", host_id); in smsm_parse_ipc()
|