Searched refs:tc_index_lock (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.h | 168 spinlock_t tc_index_lock; member 344 spin_lock_irqsave(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free() 346 spin_unlock_irqrestore(&ascb->ha->seq.tc_index_lock, flags); in asd_ascb_free()
|
D | aic94xx_hwi.c | 238 spin_lock_init(&seq->tc_index_lock); in asd_init_scbs() 746 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 748 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_dl_tasklet_handler() 1070 spin_lock_irqsave(&seq->tc_index_lock, flags); in asd_ascb_alloc() 1072 spin_unlock_irqrestore(&seq->tc_index_lock, flags); in asd_ascb_alloc()
|
D | aic94xx_tmf.c | 293 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet() 296 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_tmf_resp_tasklet()
|
D | aic94xx_task.c | 177 spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet() 180 spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags); in asd_get_response_tasklet()
|