Home
last modified time | relevance | path

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

/linux-4.4.14/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()
391 atomic_inc(&vp->vref_count); in qla2x00_do_dpc_all_vps()
397 atomic_dec(&vp->vref_count); in qla2x00_do_dpc_all_vps()
Dqla_init.c4283 atomic_inc(&vha->vref_count); in qla2x00_update_fcports()
4300 atomic_dec(&vha->vref_count); in qla2x00_update_fcports()
4686 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4692 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4706 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4713 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
4867 atomic_inc(&vp->vref_count); in qla2x00_abort_isp()
4873 atomic_dec(&vp->vref_count); in qla2x00_abort_isp()
6372 atomic_inc(&vp->vref_count); in qla82xx_restart_isp()
6378 atomic_dec(&vp->vref_count); in qla82xx_restart_isp()
Dqla_def.h3633 atomic_t vref_count; member
3659 atomic_inc(&__vha->vref_count); \
3662 atomic_dec(&__vha->vref_count); \
3670 atomic_dec(&__vha->vref_count); \
Dqla_attr.c2176 BUG_ON(atomic_read(&vha->vref_count)); in qla24xx_vport_delete()