Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_def.h3653 #define QLA_VHA_MARK_BUSY(__vha, __bail) do { \ argument
3654 atomic_inc(&__vha->vref_count); \
3656 if (__vha->flags.delete_progress) { \
3657 atomic_dec(&__vha->vref_count); \
3664 #define QLA_VHA_MARK_NOT_BUSY(__vha) do { \ argument
3665 atomic_dec(&__vha->vref_count); \