Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_os.c4780 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local
4833 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess()
4835 if (tfcp) { in qla24xx_create_new_sess()
4839 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
4840 tfcp->fw_login_state); in qla24xx_create_new_sess()
4887 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess()
4889 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess()
4895 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
4896 tfcp->fw_login_state); in qla24xx_create_new_sess()
4898 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
[all …]
Dqla_target.c5908 fc_port_t *fcport, *tfcp, *del; in qlt_get_port_database() local
5935 tfcp = qla2x00_find_fcport_by_wwpn(vha, fcport->port_name, 1); in qlt_get_port_database()
5937 if (tfcp) { in qlt_get_port_database()
5938 tfcp->d_id = fcport->d_id; in qlt_get_port_database()
5939 tfcp->port_type = fcport->port_type; in qlt_get_port_database()
5940 tfcp->supported_classes = fcport->supported_classes; in qlt_get_port_database()
5941 tfcp->flags |= fcport->flags; in qlt_get_port_database()
5942 tfcp->scan_state = QLA_FCPORT_FOUND; in qlt_get_port_database()
5945 fcport = tfcp; in qlt_get_port_database()