Home
last modified time | relevance | path

Searched refs:vref_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mid.c78 while (atomic_read(&vha->vref_count)) { in qla24xx_deallocate_vp_id()
251 atomic_inc(&vha->vref_count); in qla2x00_alert_all_vps()
271 atomic_dec(&vha->vref_count); in qla2x00_alert_all_vps()
392 atomic_inc(&vp->vref_count); in qla2x00_do_dpc_all_vps()
398 atomic_dec(&vp->vref_count); in qla2x00_do_dpc_all_vps()
Dqla_init.c4279 atomic_inc(&vha->vref_count); in qla2x00_update_fcports()
4296 atomic_dec(&vha->vref_count); in qla2x00_update_fcports()
4682 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4688 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4702 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4709 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4863 atomic_inc(&vp->vref_count); in qla2x00_abort_isp()
4869 atomic_dec(&vp->vref_count); in qla2x00_abort_isp()
6368 atomic_inc(&vp->vref_count); in qla82xx_restart_isp()
6374 atomic_dec(&vp->vref_count); in qla82xx_restart_isp()
Dqla_def.h3628 atomic_t vref_count; member
3654 atomic_inc(&__vha->vref_count); \
3657 atomic_dec(&__vha->vref_count); \
3665 atomic_dec(&__vha->vref_count); \
Dqla_attr.c2162 BUG_ON(atomic_read(&vha->vref_count)); in qla24xx_vport_delete()