Home
last modified time | relevance | path

Searched refs:tfcp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c5300 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local
5365 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess()
5367 if (tfcp) { in qla24xx_create_new_sess()
5371 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5372 tfcp->fw_login_state); in qla24xx_create_new_sess()
5420 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess()
5422 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess()
5428 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5429 tfcp->fw_login_state); in qla24xx_create_new_sess()
5431 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
[all …]
H A Dqla_target.c6121 fc_port_t *fcport, *tfcp, *del; in qlt_get_port_database() local
6148 tfcp = qla2x00_find_fcport_by_wwpn(vha, fcport->port_name, 1); in qlt_get_port_database()
6150 if (tfcp) { in qlt_get_port_database()
6151 tfcp->d_id = fcport->d_id; in qlt_get_port_database()
6152 tfcp->port_type = fcport->port_type; in qlt_get_port_database()
6153 tfcp->supported_classes = fcport->supported_classes; in qlt_get_port_database()
6154 tfcp->flags |= fcport->flags; in qlt_get_port_database()
6155 tfcp->scan_state = QLA_FCPORT_FOUND; in qlt_get_port_database()
6158 fcport = tfcp; in qlt_get_port_database()