Searched refs:QLA83XX_DRV_LOCK_ID (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 286 ha->isp_ops->wr_reg_direct(ha, QLA83XX_DRV_LOCK_ID, 0xFF); in qla4_83xx_lock_recovery() 295 lockid = ha->isp_ops->rd_reg_direct(ha, QLA83XX_DRV_LOCK_ID); in qla4_83xx_lock_recovery() 297 ha->isp_ops->wr_reg_direct(ha, QLA83XX_DRV_LOCK_ID, lockid); in qla4_83xx_lock_recovery() 323 lock_id = qla4_83xx_rd_reg(ha, QLA83XX_DRV_LOCK_ID); in qla4_83xx_drv_lock() 325 qla4_83xx_wr_reg(ha, QLA83XX_DRV_LOCK_ID, lock_id); in qla4_83xx_drv_lock() 333 QLA83XX_DRV_LOCK_ID); in qla4_83xx_drv_lock() 337 tmo_owner = qla4_83xx_rd_reg(ha, QLA83XX_DRV_LOCK_ID); in qla4_83xx_drv_lock() 379 id = qla4_83xx_rd_reg(ha, QLA83XX_DRV_LOCK_ID); in qla4_83xx_drv_unlock() 388 qla4_83xx_wr_reg(ha, QLA83XX_DRV_LOCK_ID, (id | 0xFF)); in qla4_83xx_drv_unlock()
|
D | ql4_83xx.h | 32 #define QLA83XX_DRV_LOCK_ID 0x3504 macro
|