other_sess       4565 drivers/scsi/qla2xxx/qla_target.c 	struct fc_port *sess = NULL, *other_sess;
other_sess       4570 drivers/scsi/qla2xxx/qla_target.c 	list_for_each_entry(other_sess, &vha->vp_fcports, list) {
other_sess       4572 drivers/scsi/qla2xxx/qla_target.c 		other_wwn = wwn_to_u64(other_sess->port_name);
other_sess       4576 drivers/scsi/qla2xxx/qla_target.c 			sess = other_sess;
other_sess       4581 drivers/scsi/qla2xxx/qla_target.c 		if (port_id.b24 == other_sess->d_id.b24) {
other_sess       4582 drivers/scsi/qla2xxx/qla_target.c 			if (loop_id != other_sess->loop_id) {
other_sess       4585 drivers/scsi/qla2xxx/qla_target.c 				    other_sess, other_sess->loop_id, other_wwn);
other_sess       4593 drivers/scsi/qla2xxx/qla_target.c 				qlt_schedule_sess_for_deletion(other_sess);
other_sess       4601 drivers/scsi/qla2xxx/qla_target.c 				    other_sess, other_sess->loop_id, other_wwn);
other_sess       4603 drivers/scsi/qla2xxx/qla_target.c 				other_sess->keep_nport_handle = 1;
other_sess       4604 drivers/scsi/qla2xxx/qla_target.c 				if (other_sess->disc_state != DSC_DELETED)
other_sess       4605 drivers/scsi/qla2xxx/qla_target.c 					*conflict_sess = other_sess;
other_sess       4606 drivers/scsi/qla2xxx/qla_target.c 				qlt_schedule_sess_for_deletion(other_sess);
other_sess       4612 drivers/scsi/qla2xxx/qla_target.c 		if ((loop_id == other_sess->loop_id) &&
other_sess       4616 drivers/scsi/qla2xxx/qla_target.c 			       other_sess, other_sess->loop_id, other_wwn);
other_sess       4620 drivers/scsi/qla2xxx/qla_target.c 			qlt_schedule_sess_for_deletion(other_sess);