Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_init.c227 fcport->disc_state = DSC_LOGIN_PEND; in qla2x00_async_login()
391 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_adisc_event()
403 if (ea->fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_adisc_event()
521 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gnl_done_event()
526 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gnl_done_event()
592 switch (fcport->disc_state) { in qla24xx_handle_gnl_done_event()
731 fcport->disc_state = DSC_DELETED; in qla24xx_handle_gnl_done_event()
895 fcport->disc_state = DSC_GNL; in qla24xx_async_gnl()
1112 fcport->disc_state = DSC_GPDB; in qla24xx_async_gpdb()
1199 ea->fcport->disc_state = DSC_LOGIN_COMPLETE; in __qla24xx_handle_gpdb_event()
[all …]
Dqla_gs.c2983 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gidpn_event()
2987 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gidpn_event()
3136 fcport->disc_state = DSC_GID_PN; in qla24xx_async_gidpn()
3226 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_gpsc_event()
3230 if (fcport->disc_state == DSC_DELETE_PEND) in qla24xx_handle_gpsc_event()
3450 fcport->disc_state); in qla24xx_handle_gpnid_event()
3452 switch (fcport->disc_state) { in qla24xx_handle_gpnid_event()
3483 conflict->disc_state); in qla24xx_handle_gpnid_event()
3485 switch (conflict->disc_state) { in qla24xx_handle_gpnid_event()
3512 switch (fcport->disc_state) { in qla24xx_handle_gpnid_event()
[all …]
Dqla_target.c609 sp->fcport->disc_state = DSC_UPD_FCPORT; in qla2x00_async_nack_sp_done()
613 sp->fcport->disc_state = DSC_LOGIN_COMPLETE; in qla2x00_async_nack_sp_done()
744 if (fcport->disc_state == DSC_DELETE_PEND) { in qlt_fc_port_added()
897 switch (sess->disc_state) { in qlt_plogi_ack_link()
1058 sess->disc_state = DSC_DELETED; in qlt_free_session_done()
1167 sess->disc_state = DSC_DELETE_PEND; in qlt_unreg_sess()
1234 if (sess->disc_state == DSC_DELETE_PEND) in qlt_schedule_sess_for_deletion()
1237 if (sess->disc_state == DSC_DELETED) { in qlt_schedule_sess_for_deletion()
1259 sess->disc_state = DSC_DELETE_PEND; in qlt_schedule_sess_for_deletion()
4620 if (other_sess->disc_state != DSC_DELETED) in qlt_find_sess_invalidate_other()
[all …]
Dqla_os.c4839 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
4895 __func__, tfcp->port_name, tfcp->disc_state, in qla24xx_create_new_sess()
4898 switch (tfcp->disc_state) { in qla24xx_create_new_sess()
5110 fcport->disc_state == DSC_LOGIN_COMPLETE) in qla2x00_relogin()
5114 fcport->disc_state == DSC_DELETE_PEND) { in qla2x00_relogin()
Dqla_def.h2414 enum discovery_state disc_state; member
Dqla_mbx.c3858 switch (fcport->disc_state) { in qla24xx_report_id_acquisition()