Searched refs:disc_state (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.h | 136 (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 D | qla_init.c | 515 __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() 1548 fcport->port_name, fcport->disc_state, pd->current_login_state, in qla24xx_handle_gpdb_event() 1551 if (fcport->disc_state == DSC_DELETE_PEND) { in qla24xx_handle_gpdb_event() 1618 __func__, fcport->port_name, fcport->disc_state, in qla_chk_n2n_b4_login() 1672 __func__, fcport->port_name, fcport->disc_state, in qla24xx_fcport_handle_login() 1679 fcport->disc_state == DSC_DELETE_PEND) in qla24xx_fcport_handle_login() [all …]
|
| H A D | qla_inline.h | 119 fcport->disc_state = state; in qla2x00_set_fcport_disc_state()
|
| H A D | qla_gs.c | 2730 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gpsc_event() 2734 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpsc_event() 2738 if (fcport->disc_state == DSC_LOGIN_AUTH_PEND) in qla24xx_handle_gpsc_event() 3253 fcport->disc_state == DSC_LOGIN_PEND) { in qla_fab_scan_finish() 3284 fcport->disc_state != DSC_LOGIN_COMPLETE) { in qla_fab_scan_finish() 3770 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gfpnid_event() 3774 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gfpnid_event()
|
| H A D | qla_target.c | 712 if (fcport->disc_state == DSC_DELETE_PEND) { in qlt_fc_port_added() 868 switch (sess->disc_state) { in qlt_plogi_ack_link() 1257 switch (sess->disc_state) { in qlt_schedule_sess_for_deletion() 4973 if (other_sess->disc_state != DSC_DELETED) in qlt_find_sess_invalidate_other() 5137 if (sess->disc_state == DSC_UPD_FCPORT) { in qlt_handle_login() 5205 __func__, __LINE__, sess->port_name, sess->disc_state); in qlt_handle_login() 5207 switch (sess->disc_state) { in qlt_handle_login() 6189 switch (conflict_sess->disc_state) { in qlt_24xx_handle_els() 6230 switch (sess->disc_state) { in qlt_24xx_handle_els() 6384 sess->disc_state, sess->fw_login_state); in qlt_24xx_handle_els()
|
| H A D | qla_def.h | 2663 enum discovery_state disc_state; member 5561 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \ 5562 _fcport->disc_state == DSC_DELETED) 5567 _fp->disc_state, _fp->scan_state, _fp->loop_id, _fp->deleted, \
|
| H A D | qla_os.c | 5278 if (fcport->disc_state == DSC_UPD_FCPORT) { in qla24xx_sched_upd_fcport() 5366 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5423 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5426 switch (tfcp->disc_state) { in qla24xx_create_new_sess() 5626 fcport->disc_state == DSC_LOGIN_AUTH_PEND || in qla2x00_relogin() 5627 fcport->disc_state == DSC_LOGIN_COMPLETE) in qla2x00_relogin() 5631 fcport->disc_state == DSC_DELETE_PEND) { in qla2x00_relogin()
|
| H A D | qla_mbx.c | 4080 switch (fcport->disc_state) { in qla24xx_report_id_acquisition()
|