Searched refs:other_sess (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4574 struct fc_port *sess = NULL, *other_sess; in qlt_find_sess_invalidate_other() local 4579 list_for_each_entry(other_sess, &vha->vp_fcports, list) { in qlt_find_sess_invalidate_other() 4581 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other() 4585 sess = other_sess; in qlt_find_sess_invalidate_other() 4590 if (port_id.b24 == other_sess->d_id.b24) { in qlt_find_sess_invalidate_other() 4591 if (loop_id != other_sess->loop_id) { in qlt_find_sess_invalidate_other() 4594 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4602 qlt_schedule_sess_for_deletion(other_sess); in qlt_find_sess_invalidate_other() 4610 other_sess, other_ses in qlt_find_sess_invalidate_other() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4623 struct fc_port *sess = NULL, *other_sess; in qlt_find_sess_invalidate_other() local 4628 list_for_each_entry(other_sess, &vha->vp_fcports, list) { in qlt_find_sess_invalidate_other() 4630 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other() 4634 sess = other_sess; in qlt_find_sess_invalidate_other() 4639 if (port_id.b24 == other_sess->d_id.b24) { in qlt_find_sess_invalidate_other() 4640 if (loop_id != other_sess->loop_id) { in qlt_find_sess_invalidate_other() 4643 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4651 qlt_schedule_sess_for_deletion(other_sess); in qlt_find_sess_invalidate_other() 4659 other_sess, other_ses in qlt_find_sess_invalidate_other() [all...] |
Completed in 12 milliseconds