Lines Matching refs:other_sess
4058 struct qla_tgt_sess *sess = NULL, *other_sess; in qlt_find_sess_invalidate_other() local
4061 list_for_each_entry(other_sess, &tgt->sess_list, sess_list_entry) { in qlt_find_sess_invalidate_other()
4063 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other()
4067 sess = other_sess; in qlt_find_sess_invalidate_other()
4072 if (port_id.b24 == other_sess->s_id.b24) { in qlt_find_sess_invalidate_other()
4073 if (loop_id != other_sess->loop_id) { in qlt_find_sess_invalidate_other()
4076 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
4084 qlt_schedule_sess_for_deletion(other_sess, true); in qlt_find_sess_invalidate_other()
4091 qlt_schedule_sess_for_deletion(other_sess, in qlt_find_sess_invalidate_other()
4098 if (loop_id == other_sess->loop_id) { in qlt_find_sess_invalidate_other()
4101 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
4105 qlt_schedule_sess_for_deletion(other_sess, true); in qlt_find_sess_invalidate_other()