Home
last modified time | relevance | path

Searched refs:hba_id (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_hba.c131 hba->hba_id = hba_id_counter++; in core_alloc_hba()
136 " Core\n", hba->hba_id); in core_alloc_hba()
160 " Core\n", hba->hba_id); in core_delete_hba()
Dtarget_core_pscsi.c84 " Generic Target Core Stack %s\n", hba->hba_id, in pscsi_attach_hba()
87 hba->hba_id); in pscsi_attach_hba()
101 " Generic Target Core\n", hba->hba_id, in pscsi_detach_hba()
106 " from Generic Target Core\n", hba->hba_id); in pscsi_detach_hba()
127 " %s\n", hba->hba_id, (sh->hostt->name) ? in pscsi_pmode_enable_hba()
148 hba->hba_id, (sh->hostt->name) ? (sh->hostt->name) : "Unknown"); in pscsi_pmode_enable_hba()
Dtarget_core_file.c68 " Target Core Stack %s\n", hba->hba_id, FD_VERSION, in fd_attach_hba()
71 hba->hba_id, fd_host->fd_host_id); in fd_attach_hba()
81 " Target Core\n", hba->hba_id, fd_host->fd_host_id); in fd_detach_hba()
Dtarget_core_rd.c65 " Generic Target Core Stack %s\n", hba->hba_id, in rd_attach_hba()
76 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id); in rd_detach_hba()
Dtarget_core_iblock.c66 " Generic Target Core Stack %s\n", hba->hba_id, in iblock_attach_hba()
Dtarget_core_device.c1206 tpg->se_tpg_tfo->get_fabric_name(), dev->se_hba->hba_id); in core_dev_add_lun()
Dtarget_core_transport.c693 dev->se_hba->hba_id, dev->transport->name, cmd->scsi_status); in transport_get_sense_buffer()
Dtarget_core_configfs.c2696 hba->hba_id, hba->transport->name, in target_core_hba_show_attr_hba_info()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fc.h1604 wwn_t hba_id; /* HBA Identifier */ member
1613 wwn_t hba_id; /* HBA Identifier */ member
Dbfa_fcs_lport.c1912 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1916 len = sizeof(rhba->hba_id) + sizeof(rhba->port_list); in bfa_fcs_lport_fdmi_build_rhba_pyld()
2462 rprt->hba_id = bfa_fcs_lport_get_pwwn(bfa_fcs_get_base_port(port->fcs)); in bfa_fcs_lport_fdmi_build_rprt_pyld()
2468 len += sizeof(rprt->hba_id) + sizeof(rprt->port_name); in bfa_fcs_lport_fdmi_build_rprt_pyld()
/linux-4.1.27/include/target/
Dtarget_core_base.h828 u32 hba_id; member
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_sysfs.c449 ZFCP_DEFINE_SCSI_ATTR(hba_id, "%s\n",
/linux-4.1.27/drivers/scsi/
Dscsi_transport_spi.c620 static DEVICE_ATTR(hba_id, S_IRUGO,
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_els.c4839 int rscn_id = 0, hba_id = 0; in lpfc_els_rcv_rscn() local
4886 hba_id++; in lpfc_els_rcv_rscn()
4888 if (rscn_id == hba_id) { in lpfc_els_rcv_rscn()