Searched refs:disc_state (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_dfs.c | 92 DEFINE_QLA_DFS_RPORT_FIELD(disc_state); 125 QLA_CREATE_RPORT_FIELD_ATTR(disc_state); in qla2x00_dfs_create_rport()
|
| H A D | qla_init.c | 489 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_adisc_event() 507 if (ea->fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_adisc_event() 700 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gnl_done_event() 705 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gnl_done_event() 773 switch (fcport->disc_state) { in qla24xx_handle_gnl_done_event() 1446 fcport->port_name, fcport->disc_state, pd->current_login_state, in qla24xx_handle_gpdb_event() 1449 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpdb_event() 1503 __func__, fcport->port_name, fcport->disc_state, in qla_chk_n2n_b4_login() 1558 __func__, fcport->port_name, fcport->disc_state, in qla24xx_fcport_handle_login() 1564 fcport->disc_state == DSC_DELETE_PEND) in qla24xx_fcport_handle_login() [all …]
|
| H A D | qla_inline.h | 117 fcport->disc_state = state; in qla2x00_set_fcport_disc_state()
|
| H A D | qla_gs.c | 2818 __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 D | qla_target.c | 725 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, sess->fw_login_state); in qlt_24xx_handle_els()
|
| H A D | qla_os.c | 5032 if (fcport->disc_state == DSC_UPD_FCPORT) { in qla24xx_sched_upd_fcport() 5114 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5171 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess() 5174 switch (tfcp->disc_state) { in qla24xx_create_new_sess() 5381 fcport->disc_state == DSC_LOGIN_COMPLETE) in qla2x00_relogin() 5385 fcport->disc_state == DSC_DELETE_PEND) { in qla2x00_relogin()
|
| H A D | qla_def.h | 2539 enum discovery_state disc_state; member 5180 #define IS_SESSION_DELETED(_fcport) (_fcport->disc_state == DSC_DELETE_PEND || \ 5181 _fcport->disc_state == DSC_DELETED)
|
| H A D | qla_mbx.c | 4018 switch (fcport->disc_state) { in qla24xx_report_id_acquisition()
|