Lines Matching refs:pARCMSR_CDB
1470 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_done4abort_postqueue() local
1489 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1490 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1508 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1509 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1527 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + ccb_cdb_phy); in arcmsr_done4abort_postqueue()
1528 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1560 pARCMSR_CDB = (struct ARCMSR_CDB *) in arcmsr_done4abort_postqueue()
1562 pCCB = container_of(pARCMSR_CDB, in arcmsr_done4abort_postqueue()
2460 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaA_postqueue_isr() local
2469 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + cdb_phy_addr); in arcmsr_hbaA_postqueue_isr()
2470 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
2480 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaB_postqueue_isr() local
2490 pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + cdb_phy_addr); in arcmsr_hbaB_postqueue_isr()
2491 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()