Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/arcmsr/
Darcmsr_hba.c720 acb->vir2phy_offset = (unsigned long)dma_coherent - (unsigned long)dma_coherent_handle; in arcmsr_alloc_ccb_pool()
1367 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + (flag_ccb << 5));/*frame must be 32 byte… in arcmsr_done4abort_postqueue()
1383 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+(flag_ccb << 5));/*frame must be 32 bytes … in arcmsr_done4abort_postqueue()
1400 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+ccb_cdb_phy);/*frame must be 32 bytes ali… in arcmsr_done4abort_postqueue()
1432 (acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
2306 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + (flag_ccb << 5));/*frame must be 32 byte… in arcmsr_hbaA_postqueue_isr()
2323 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+(flag_ccb << 5));/*frame must be 32 bytes … in arcmsr_hbaB_postqueue_isr()
2348 arcmsr_cdb = (struct ARCMSR_CDB *)(acb->vir2phy_offset in arcmsr_hbaC_postqueue_isr()
2390 arcmsr_cdb = (struct ARCMSR_CDB *)(acb->vir2phy_offset in arcmsr_hbaD_postqueue_isr()
3248 arcmsr_cdb = (struct ARCMSR_CDB *)(acb->vir2phy_offset + (flag_ccb << 5)); in arcmsr_hbaA_polling_ccbdone()
[all …]
Darcmsr.h745 unsigned long vir2phy_offset; member