Searched refs:hba_id (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_hba.c | 150 hba->hba_id = hba_id_counter++; in core_alloc_hba() 155 " Core\n", hba->hba_id); in core_alloc_hba() 179 " Core\n", hba->hba_id); in core_delete_hba()
|
D | target_core_pscsi.c | 80 " Generic Target Core Stack %s\n", hba->hba_id, in pscsi_attach_hba() 83 hba->hba_id); in pscsi_attach_hba() 97 " Generic Target Core\n", hba->hba_id, in pscsi_detach_hba() 102 " from Generic Target Core\n", hba->hba_id); in pscsi_detach_hba() 123 " %s\n", hba->hba_id, (sh->hostt->name) ? in pscsi_pmode_enable_hba() 144 hba->hba_id, (sh->hostt->name) ? (sh->hostt->name) : "Unknown"); in pscsi_pmode_enable_hba()
|
D | target_core_file.c | 64 " Target Core Stack %s\n", hba->hba_id, FD_VERSION, in fd_attach_hba() 67 hba->hba_id, fd_host->fd_host_id); in fd_attach_hba() 77 " Target Core\n", hba->hba_id, fd_host->fd_host_id); in fd_detach_hba()
|
D | target_core_rd.c | 59 " Generic Target Core Stack %s\n", hba->hba_id, in rd_attach_hba() 70 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id); in rd_detach_hba()
|
D | target_core_iblock.c | 58 " Generic Target Core Stack %s\n", hba->hba_id, in iblock_attach_hba()
|
D | target_core_device.c | 576 tpg->se_tpg_tfo->get_fabric_name(), dev->se_hba->hba_id); in core_dev_add_lun()
|
D | target_core_transport.c | 751 dev->se_hba->hba_id, dev->transport->name, cmd->scsi_status); in transport_get_sense_buffer()
|
D | target_core_configfs.c | 3048 hba->hba_id, hba->backend->ops->name, in target_hba_info_show()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fc.h | 1605 wwn_t hba_id; /* HBA Identifier */ member 1614 wwn_t hba_id; /* HBA Identifier */ member
|
D | bfa_fcs_lport.c | 1924 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1928 len = sizeof(rhba->hba_id) + sizeof(rhba->port_list); in bfa_fcs_lport_fdmi_build_rhba_pyld() 2474 rprt->hba_id = bfa_fcs_lport_get_pwwn(bfa_fcs_get_base_port(port->fcs)); in bfa_fcs_lport_fdmi_build_rprt_pyld() 2480 len += sizeof(rprt->hba_id) + sizeof(rprt->port_name); in bfa_fcs_lport_fdmi_build_rprt_pyld()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 832 u32 hba_id; member
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 447 ZFCP_DEFINE_SCSI_ATTR(hba_id, "%s\n",
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_spi.c | 619 static DEVICE_ATTR(hba_id, S_IRUGO,
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_els.c | 6096 int rscn_id = 0, hba_id = 0; in lpfc_els_rcv_rscn() local 6142 hba_id++; in lpfc_els_rcv_rscn() 6144 if (rscn_id == hba_id) { in lpfc_els_rcv_rscn()
|