Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_target.c4637 port_id_t port_id, uint16_t loop_id, struct fc_port **conflict_sess) in qlt_find_sess_invalidate_other() argument
4642 *conflict_sess = NULL; in qlt_find_sess_invalidate_other()
4679 *conflict_sess = other_sess; in qlt_find_sess_invalidate_other()
4740 struct fc_port *sess = NULL, *conflict_sess = NULL; in qlt_handle_login() local
4765 port_id, loop_id, &conflict_sess); in qlt_handle_login()
4818 if (conflict_sess) { in qlt_handle_login()
4819 conflict_sess->login_gen++; in qlt_handle_login()
4820 qlt_plogi_ack_link(vha, pla, conflict_sess, in qlt_handle_login()
4861 if (!conflict_sess) { in qlt_handle_login()
4960 struct fc_port *sess = NULL, *conflict_sess = NULL; in qlt_24xx_handle_els() local
[all …]