Lines Matching refs:tfcp
5055 fc_port_t *fcport = NULL, *tfcp;
5114 tfcp = qla2x00_find_fcport_by_wwpn(vha,
5116 if (tfcp) {
5120 __func__, tfcp->port_name, tfcp->disc_state,
5121 tfcp->fw_login_state);
5169 tfcp = qla2x00_find_fcport_by_nportid(vha,
5171 if (tfcp && (tfcp != fcport)) {
5177 __func__, tfcp->port_name, tfcp->disc_state,
5178 tfcp->fw_login_state);
5180 switch (tfcp->disc_state) {
5185 tfcp->conflict = fcport;
5189 tfcp->conflict = fcport;
5190 dfcp = tfcp;
5196 qlt_schedule_sess_for_deletion(tfcp);