Lines Matching refs:tfcp
5049 fc_port_t *fcport = NULL, *tfcp; in qla24xx_create_new_sess() local
5108 tfcp = qla2x00_find_fcport_by_wwpn(vha, in qla24xx_create_new_sess()
5110 if (tfcp) { in qla24xx_create_new_sess()
5114 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5115 tfcp->fw_login_state); in qla24xx_create_new_sess()
5163 tfcp = qla2x00_find_fcport_by_nportid(vha, in qla24xx_create_new_sess()
5165 if (tfcp && (tfcp != fcport)) { in qla24xx_create_new_sess()
5171 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5172 tfcp->fw_login_state); in qla24xx_create_new_sess()
5174 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
5179 tfcp->conflict = fcport; in qla24xx_create_new_sess()
5183 tfcp->conflict = fcport; in qla24xx_create_new_sess()
5184 dfcp = tfcp; in qla24xx_create_new_sess()
5190 qlt_schedule_sess_for_deletion(tfcp); in qla24xx_create_new_sess()