Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
A Dqla_edif.h44 EDB_ACTIVE = BIT_0, enumerator
47 #define DBELL_ACTIVE(_v) (_v->e_dbell.db_flags & EDB_ACTIVE)
48 #define DBELL_INACTIVE(_v) (!(_v->e_dbell.db_flags & EDB_ACTIVE))
A Dqla_edif.c487 vha->e_dbell.db_flags |= EDB_ACTIVE; in qla_edif_app_start()
1880 vha->e_dbell.db_flags &= ~EDB_ACTIVE; /* mark it not active */ in qla_edb_stop()
A Dqla_target.c4805 !(vha->e_dbell.db_flags & EDB_ACTIVE) && in qlt_handle_login()
A Dqla_init.c5251 if (vha->e_dbell.db_flags == EDB_ACTIVE) in qla2x00_alloc_fcport()

Completed in 31 milliseconds