Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c477 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_async_login_done()
489 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_async_login_done()
504 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_async_logout_done()
524 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_async_adisc_done()
3474 qla2x00_mark_device_lost(vha, fcport, in qla2x00_configure_fabric()
3981 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_fabric_dev_login()
3987 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_fabric_dev_login()
4109 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_fabric_login()
Dqla_mr.c1210 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qlafx00_find_all_targets()
1274 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qlafx00_configure_all_targets()
1705 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qlafx00_tgt_detach()
2515 qla2x00_mark_device_lost(fcport->vha, fcport, 1, 1); in qlafx00_status_entry()
Dqla_gbl.h190 extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int);
Dqla_mid.c144 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qla2x00_mark_vp_devices_dead()
Dqla_isr.c1003 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qla2x00_async_event()
2308 qla2x00_mark_device_lost(fcport->vha, fcport, 1, 1); in qla2x00_status_entry()
Dqla_os.c3258 void qla2x00_mark_device_lost(scsi_qla_host_t *vha, fc_port_t *fcport, in qla2x00_mark_device_lost() function