Searched refs:other_wwn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4575 uint64_t other_wwn; in qlt_find_sess_invalidate_other() local 4581 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other() 4583 if (wwn == other_wwn) { in qlt_find_sess_invalidate_other() 4594 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4610 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4625 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 4624 uint64_t other_wwn; in qlt_find_sess_invalidate_other() local 4630 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other() 4632 if (wwn == other_wwn) { in qlt_find_sess_invalidate_other() 4643 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4659 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other() 4674 other_sess, other_sess->loop_id, other_wwn); in qlt_find_sess_invalidate_other()
|
Completed in 15 milliseconds