Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_nx2.c326 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, 0xFF); in qla8044_lock_recovery()
335 lockid = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_lock_recovery()
337 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, lockid); in qla8044_lock_recovery()
357 lock_id = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
359 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, lock_id); in qla8044_idc_lock()
364 first_owner = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
368 tmo_owner = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
418 id = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_unlock()
428 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, (id | 0xFF)); in qla8044_idc_unlock()
Dqla_nx2.h85 #define QLA8044_DRV_LOCK_ID 0x3504 macro