Lines Matching refs:pARCMSR_CDB
1473 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_done4abort_postqueue() local
1492 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1493 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1511 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1512 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1530 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1531 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1563 pARCMSR_CDB = (struct ARCMSR_CDB *) in arcmsr_done4abort_postqueue()
1565 pCCB = container_of(pARCMSR_CDB, in arcmsr_done4abort_postqueue()
2452 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaA_postqueue_isr() local
2461 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + cdb_phy_addr); in arcmsr_hbaA_postqueue_isr()
2462 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
2472 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaB_postqueue_isr() local
2482 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + cdb_phy_addr); in arcmsr_hbaB_postqueue_isr()
2483 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()