Searched refs:other_sess (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4058 struct qla_tgt_sess *sess = NULL, *other_sess; qlt_find_sess_invalidate_other() local 4061 list_for_each_entry(other_sess, &tgt->sess_list, sess_list_entry) { qlt_find_sess_invalidate_other() 4063 other_wwn = wwn_to_u64(other_sess->port_name); qlt_find_sess_invalidate_other() 4067 sess = other_sess; qlt_find_sess_invalidate_other() 4072 if (port_id.b24 == other_sess->s_id.b24) { qlt_find_sess_invalidate_other() 4073 if (loop_id != other_sess->loop_id) { qlt_find_sess_invalidate_other() 4076 other_sess, other_sess->loop_id, other_wwn); qlt_find_sess_invalidate_other() 4084 qlt_schedule_sess_for_deletion(other_sess, true); qlt_find_sess_invalidate_other() 4091 qlt_schedule_sess_for_deletion(other_sess, qlt_find_sess_invalidate_other() 4098 if (loop_id == other_sess->loop_id) { qlt_find_sess_invalidate_other() 4101 other_sess, other_sess->loop_id, other_wwn); qlt_find_sess_invalidate_other() 4105 qlt_schedule_sess_for_deletion(other_sess, true); qlt_find_sess_invalidate_other()
|
Completed in 86 milliseconds