Lines Matching defs:other_sess
4623 struct fc_port *sess = NULL, *other_sess;
4628 list_for_each_entry(other_sess, &vha->vp_fcports, list) {
4630 other_wwn = wwn_to_u64(other_sess->port_name);
4634 sess = other_sess;
4639 if (port_id.b24 == other_sess->d_id.b24) {
4640 if (loop_id != other_sess->loop_id) {
4643 other_sess, other_sess->loop_id, other_wwn);
4651 qlt_schedule_sess_for_deletion(other_sess);
4659 other_sess, other_sess->loop_id, other_wwn);
4661 other_sess->keep_nport_handle = 1;
4662 if (other_sess->disc_state != DSC_DELETED)
4663 *conflict_sess = other_sess;
4664 qlt_schedule_sess_for_deletion(other_sess);
4670 if ((loop_id == other_sess->loop_id) &&
4674 other_sess, other_sess->loop_id, other_wwn);
4678 qlt_schedule_sess_for_deletion(other_sess);