Home
last modified time | relevance | path

Searched refs:disc_state (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.h136 (qla_ini_mode_enabled(_s->vha) && (_s->disc_state == DSC_DELETE_PEND || \
137 _s->disc_state == DSC_DELETED || \
142 (_fcport->disc_state == DSC_LOGIN_AUTH_PEND))
145 (qla_ini_mode_enabled(_s->vha) && (_s->disc_state == DSC_DELETE_PEND || \
146 _s->disc_state == DSC_DELETED))
H A Dqla_dfs.c92 DEFINE_QLA_DFS_RPORT_FIELD(disc_state); variable
125 QLA_CREATE_RPORT_FIELD_ATTR(disc_state); in qla2x00_dfs_create_rport()
H A Dqla_init.c515 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_adisc_event()
539 if (ea->fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_adisc_event()
735 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gnl_done_event()
740 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gnl_done_event()
809 switch (fcport->disc_state) { in qla24xx_handle_gnl_done_event()
893 * with GNL. Push disc_state back to DELETED in qla24xx_handle_gnl_done_event()
1544 fcport->port_name, fcport->disc_state, pd->current_login_state, in qla24xx_handle_gpdb_event()
1547 if (fcport->disc_state == DSC_DELETE_PEND) { in qla24xx_handle_gpdb_event()
1614 __func__, fcport->port_name, fcport->disc_state, in qla_chk_n2n_b4_login()
1668 __func__, fcport->port_name, fcport->disc_state, in qla24xx_fcport_handle_login()
[all...]
H A Dqla_edif.c511 if (fcport->disc_state != DSC_DELETE_PEND) { in qla_delete_n2n_sess_and_wait()
599 fcport->disc_state, fcport->edif.auth_state, in qla_edif_app_start()
814 if (fcport->disc_state != DSC_LOGIN_AUTH_PEND) { in qla_edif_app_authok()
817 __func__, fcport->port_name, fcport->disc_state); in qla_edif_app_authok()
1021 if (fcport->disc_state == DSC_LOGIN_AUTH_PEND) { in qla_edif_app_getfcinfo()
1607 fcport->disc_state); in qla24xx_sadb_update()
H A Dqla_inline.h119 fcport->disc_state = state; in qla2x00_set_fcport_disc_state()
125 "FCPort %8phC disc_state transition: %s to %s - portid=%06x.\n", in qla2x00_set_fcport_disc_state()
H A Dqla_gs.c2820 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gpsc_event()
2824 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpsc_event()
2828 if (fcport->disc_state == DSC_LOGIN_AUTH_PEND) in qla24xx_handle_gpsc_event()
3320 fcport->disc_state == DSC_LOGIN_PEND) { in qla24xx_async_gnnft_done()
3349 fcport->disc_state != DSC_LOGIN_COMPLETE) { in qla24xx_async_gnnft_done()
3903 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gfpnid_event()
3907 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gfpnid_event()
H A Dqla_target.c719 if (fcport->disc_state == DSC_DELETE_PEND) { in qlt_fc_port_added()
875 switch (sess->disc_state) { in qlt_plogi_ack_link()
1254 switch (sess->disc_state) { in qlt_schedule_sess_for_deletion()
4662 if (other_sess->disc_state != DSC_DELETED) in qlt_find_sess_invalidate_other()
4826 if (sess->disc_state == DSC_UPD_FCPORT) { in qlt_handle_login()
4894 __func__, __LINE__, sess->port_name, sess->disc_state); in qlt_handle_login()
4896 switch (sess->disc_state) { in qlt_handle_login()
5021 switch (conflict_sess->disc_state) { in qlt_24xx_handle_els()
5062 switch (sess->disc_state) { in qlt_24xx_handle_els()
5216 sess->disc_state, ses in qlt_24xx_handle_els()
[all...]
H A Dqla_os.c5287 if (fcport->disc_state == DSC_UPD_FCPORT) { in qla24xx_sched_upd_fcport()
5375 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5432 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5435 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
5639 fcport->disc_state == DSC_LOGIN_AUTH_PEND || in qla2x00_relogin()
5640 fcport->disc_state == DSC_LOGIN_COMPLETE) in qla2x00_relogin()
5644 fcport->disc_state == DSC_DELETE_PEND) { in qla2x00_relogin()
H A Dqla_def.h2664 enum discovery_state disc_state; member
5550 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \
5551 _fcport->disc_state == DSC_DELETED)
5554 "%s: %8phC: " _fmt " (state=%d disc_state=%d scan_state=%d loopid=0x%x deleted=%d flags=0x%x)\n", \
5556 _fp->disc_state, _fp->scan_state, _fp->loop_id, _fp->deleted, \
H A Dqla_mbx.c4078 switch (fcport->disc_state) { in qla24xx_report_id_acquisition()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_dfs.c92 DEFINE_QLA_DFS_RPORT_FIELD(disc_state); variable
125 QLA_CREATE_RPORT_FIELD_ATTR(disc_state); in qla2x00_dfs_create_rport()
H A Dqla_init.c490 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_adisc_event()
514 if (ea->fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_adisc_event()
707 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gnl_done_event()
712 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gnl_done_event()
780 switch (fcport->disc_state) { in qla24xx_handle_gnl_done_event()
857 * with GNL. Push disc_state back to DELETED in qla24xx_handle_gnl_done_event()
1452 fcport->port_name, fcport->disc_state, pd->current_login_state, in qla24xx_handle_gpdb_event()
1455 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpdb_event()
1509 __func__, fcport->port_name, fcport->disc_state, in qla_chk_n2n_b4_login()
1564 __func__, fcport->port_name, fcport->disc_state, in qla24xx_fcport_handle_login()
[all...]
H A Dqla_inline.h119 fcport->disc_state = state; in qla2x00_set_fcport_disc_state()
125 "FCPort %8phC disc_state transition: %s to %s - portid=%06x.\n", in qla2x00_set_fcport_disc_state()
H A Dqla_gs.c2818 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gpsc_event()
2822 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpsc_event()
3041 switch (fcport->disc_state) { in qla24xx_handle_gpnid_event()
3077 conflict->disc_state); in qla24xx_handle_gpnid_event()
3540 fcport->disc_state == DSC_LOGIN_PEND) { in qla24xx_async_gnnft_done()
3568 fcport->disc_state != DSC_LOGIN_COMPLETE) { in qla24xx_async_gnnft_done()
4234 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gfpnid_event()
4238 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gfpnid_event()
H A Dqla_target.c725 if (fcport->disc_state == DSC_DELETE_PEND) { in qlt_fc_port_added()
881 switch (sess->disc_state) { in qlt_plogi_ack_link()
1230 switch (sess->disc_state) { in qlt_schedule_sess_for_deletion()
4613 if (other_sess->disc_state != DSC_DELETED) in qlt_find_sess_invalidate_other()
4758 if (sess->disc_state == DSC_UPD_FCPORT) { in qlt_handle_login()
4812 __func__, __LINE__, sess->port_name, sess->disc_state); in qlt_handle_login()
4814 switch (sess->disc_state) { in qlt_handle_login()
4929 switch (conflict_sess->disc_state) { in qlt_24xx_handle_els()
4960 switch (sess->disc_state) { in qlt_24xx_handle_els()
5114 sess->disc_state, ses in qlt_24xx_handle_els()
[all...]
H A Dqla_os.c5038 if (fcport->disc_state == DSC_UPD_FCPORT) { in qla24xx_sched_upd_fcport()
5120 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5177 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
5180 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
5387 fcport->disc_state == DSC_LOGIN_COMPLETE) in qla2x00_relogin()
5391 fcport->disc_state == DSC_DELETE_PEND) { in qla2x00_relogin()
H A Dqla_def.h2539 enum discovery_state disc_state; member
5187 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \
5188 _fcport->disc_state == DSC_DELETED)
H A Dqla_mbx.c4015 switch (fcport->disc_state) { in qla24xx_report_id_acquisition()

Completed in 109 milliseconds