Lines Matching refs:tfcp
5239 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local
5304 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess()
5306 if (tfcp) { in qla24xx_create_new_sess()
5310 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5311 tfcp->fw_login_state); in qla24xx_create_new_sess()
5359 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess()
5361 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess()
5367 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5368 tfcp->fw_login_state); in qla24xx_create_new_sess()
5370 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
5375 tfcp->conflict = fcport; in qla24xx_create_new_sess()
5379 tfcp->conflict = fcport; in qla24xx_create_new_sess()
5380 dfcp = tfcp; in qla24xx_create_new_sess()
5386 qlt_schedule_sess_for_deletion(tfcp); in qla24xx_create_new_sess()