Searched refs:tfcp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 5055 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local 5114 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess() 5116 if (tfcp) { in qla24xx_create_new_sess() 5120 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5121 tfcp->fw_login_state); in qla24xx_create_new_sess() 5169 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess() 5171 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess() 5177 __func__, tfcp in qla24xx_create_new_sess() [all...] |
H A D | qla_target.c | 6009 fc_port_t *fcport, *tfcp, *del; in qlt_get_port_database() local 6036 tfcp = qla2x00_find_fcport_by_wwpn(vha, fcport->port_name, 1); in qlt_get_port_database() 6038 if (tfcp) { in qlt_get_port_database() 6039 tfcp->d_id = fcport->d_id; in qlt_get_port_database() 6040 tfcp->port_type = fcport->port_type; in qlt_get_port_database() 6041 tfcp->supported_classes = fcport->supported_classes; in qlt_get_port_database() 6042 tfcp->flags |= fcport->flags; in qlt_get_port_database() 6043 tfcp->scan_state = QLA_FCPORT_FOUND; in qlt_get_port_database() 6046 fcport = tfcp; in qlt_get_port_database()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 5304 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local 5369 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess() 5371 if (tfcp) { in qla24xx_create_new_sess() 5375 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5376 tfcp->fw_login_state); in qla24xx_create_new_sess() 5424 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess() 5426 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess() 5432 __func__, tfcp in qla24xx_create_new_sess() [all...] |
H A D | qla_target.c | 6111 fc_port_t *fcport, *tfcp, *del; in qlt_get_port_database() local 6138 tfcp = qla2x00_find_fcport_by_wwpn(vha, fcport->port_name, 1); in qlt_get_port_database() 6140 if (tfcp) { in qlt_get_port_database() 6141 tfcp->d_id = fcport->d_id; in qlt_get_port_database() 6142 tfcp->port_type = fcport->port_type; in qlt_get_port_database() 6143 tfcp->supported_classes = fcport->supported_classes; in qlt_get_port_database() 6144 tfcp->flags |= fcport->flags; in qlt_get_port_database() 6145 tfcp->scan_state = QLA_FCPORT_FOUND; in qlt_get_port_database() 6148 fcport = tfcp; in qlt_get_port_database()
|
Completed in 27 milliseconds