Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_def.h2949 #define QLA_VHA_MARK_BUSY(__vha, __bail) do { \ argument
2950 atomic_inc(&__vha->vref_count); \
2952 if (__vha->flags.delete_progress) { \
2953 atomic_dec(&__vha->vref_count); \
2960 #define QLA_VHA_MARK_NOT_BUSY(__vha) do { \ argument
2961 atomic_dec(&__vha->vref_count); \