Home
last modified time | relevance | path

Searched refs:other_sess (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_target.c4653 struct fc_port *sess = NULL, *other_sess; in qlt_find_sess_invalidate_other() local
4658 list_for_each_entry(other_sess, &vha->vp_fcports, list) { in qlt_find_sess_invalidate_other()
4660 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other()
4664 sess = other_sess; in qlt_find_sess_invalidate_other()
4669 if (port_id.b24 == other_sess->d_id.b24) { in qlt_find_sess_invalidate_other()
4670 if (loop_id != other_sess->loop_id) { in qlt_find_sess_invalidate_other()
4673 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
4681 qlt_schedule_sess_for_deletion(other_sess); in qlt_find_sess_invalidate_other()
4689 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
4691 other_sess->keep_nport_handle = 1; in qlt_find_sess_invalidate_other()
[all …]