Lines Matching refs:tfcp
5304 fc_port_t *fcport = NULL, *tfcp;
5369 tfcp = qla2x00_find_fcport_by_wwpn(vha,
5371 if (tfcp) {
5375 __func__, tfcp->port_name, tfcp->disc_state,
5376 tfcp->fw_login_state);
5424 tfcp = qla2x00_find_fcport_by_nportid(vha,
5426 if (tfcp && (tfcp != fcport)) {
5432 __func__, tfcp->port_name, tfcp->disc_state,
5433 tfcp->fw_login_state);
5435 switch (tfcp->disc_state) {
5440 tfcp->conflict = fcport;
5444 tfcp->conflict = fcport;
5445 dfcp = tfcp;
5451 qlt_schedule_sess_for_deletion(tfcp);