Lines Matching defs:other_sess
4574 struct fc_port *sess = NULL, *other_sess;
4579 list_for_each_entry(other_sess, &vha->vp_fcports, list) {
4581 other_wwn = wwn_to_u64(other_sess->port_name);
4585 sess = other_sess;
4590 if (port_id.b24 == other_sess->d_id.b24) {
4591 if (loop_id != other_sess->loop_id) {
4594 other_sess, other_sess->loop_id, other_wwn);
4602 qlt_schedule_sess_for_deletion(other_sess);
4610 other_sess, other_sess->loop_id, other_wwn);
4612 other_sess->keep_nport_handle = 1;
4613 if (other_sess->disc_state != DSC_DELETED)
4614 *conflict_sess = other_sess;
4615 qlt_schedule_sess_for_deletion(other_sess);
4621 if ((loop_id == other_sess->loop_id) &&
4625 other_sess, other_sess->loop_id, other_wwn);
4629 qlt_schedule_sess_for_deletion(other_sess);