Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_gbl.h157 extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int);
Dqla_init.c400 qla2x00_mark_device_lost(vha, fcport, 1, 1); in qla2x00_async_login_done()
412 qla2x00_mark_device_lost(vha, fcport, 1, 1); in qla2x00_async_login_done()
425 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_async_logout_done()
444 qla2x00_mark_device_lost(vha, fcport, 1, 1); in qla2x00_async_adisc_done()
3043 qla2x00_mark_device_lost(vha, fcport, in qla2x00_configure_fabric()
3559 qla2x00_mark_device_lost(vha, fcport, in qla2x00_device_resync()
3617 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_fabric_dev_login()
3731 qla2x00_mark_device_lost(vha, fcport, 1, 0); in qla2x00_fabric_login()
Dqla_mid.c138 qla2x00_mark_device_lost(vha, fcport, 0, 0); in qla2x00_mark_vp_devices_dead()
Dqla_isr.c1778 qla2x00_mark_device_lost(fcport->vha, fcport, 1, 1); in qla2x00_status_entry()
Dqla_os.c2542 void qla2x00_mark_device_lost(scsi_qla_host_t *vha, fc_port_t *fcport, in qla2x00_mark_device_lost() function