tfcp 5026 drivers/scsi/qla2xxx/qla_os.c fc_port_t *fcport = NULL, *tfcp; tfcp 5085 drivers/scsi/qla2xxx/qla_os.c tfcp = qla2x00_find_fcport_by_wwpn(vha, tfcp 5087 drivers/scsi/qla2xxx/qla_os.c if (tfcp) { tfcp 5091 drivers/scsi/qla2xxx/qla_os.c __func__, tfcp->port_name, tfcp->disc_state, tfcp 5092 drivers/scsi/qla2xxx/qla_os.c tfcp->fw_login_state); tfcp 5140 drivers/scsi/qla2xxx/qla_os.c tfcp = qla2x00_find_fcport_by_nportid(vha, tfcp 5142 drivers/scsi/qla2xxx/qla_os.c if (tfcp && (tfcp != fcport)) { tfcp 5148 drivers/scsi/qla2xxx/qla_os.c __func__, tfcp->port_name, tfcp->disc_state, tfcp 5149 drivers/scsi/qla2xxx/qla_os.c tfcp->fw_login_state); tfcp 5151 drivers/scsi/qla2xxx/qla_os.c switch (tfcp->disc_state) { tfcp 5156 drivers/scsi/qla2xxx/qla_os.c tfcp->conflict = fcport; tfcp 5160 drivers/scsi/qla2xxx/qla_os.c tfcp->conflict = fcport; tfcp 5161 drivers/scsi/qla2xxx/qla_os.c dfcp = tfcp; tfcp 5167 drivers/scsi/qla2xxx/qla_os.c qlt_schedule_sess_for_deletion(tfcp); tfcp 6011 drivers/scsi/qla2xxx/qla_target.c fc_port_t *fcport, *tfcp, *del; tfcp 6038 drivers/scsi/qla2xxx/qla_target.c tfcp = qla2x00_find_fcport_by_wwpn(vha, fcport->port_name, 1); tfcp 6040 drivers/scsi/qla2xxx/qla_target.c if (tfcp) { tfcp 6041 drivers/scsi/qla2xxx/qla_target.c tfcp->d_id = fcport->d_id; tfcp 6042 drivers/scsi/qla2xxx/qla_target.c tfcp->port_type = fcport->port_type; tfcp 6043 drivers/scsi/qla2xxx/qla_target.c tfcp->supported_classes = fcport->supported_classes; tfcp 6044 drivers/scsi/qla2xxx/qla_target.c tfcp->flags |= fcport->flags; tfcp 6045 drivers/scsi/qla2xxx/qla_target.c tfcp->scan_state = QLA_FCPORT_FOUND; tfcp 6048 drivers/scsi/qla2xxx/qla_target.c fcport = tfcp;