Lines Matching refs:pARCMSR_CDB
1117 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_done4abort_postqueue() local
1131 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + (flag_ccb << 5));/*frame must be 32 byte… in arcmsr_done4abort_postqueue()
1132 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1147 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+(flag_ccb << 5));/*frame must be 32 bytes … in arcmsr_done4abort_postqueue()
1148 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1164 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+ccb_cdb_phy);/*frame must be 32 bytes ali… in arcmsr_done4abort_postqueue()
1165 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1195 pARCMSR_CDB = (struct ARCMSR_CDB *) in arcmsr_done4abort_postqueue()
1197 pCCB = container_of(pARCMSR_CDB, in arcmsr_done4abort_postqueue()
1906 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaA_postqueue_isr() local
1910 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset + (flag_ccb << 5));/*frame must be 32 byte… in arcmsr_hbaA_postqueue_isr()
1911 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
1921 struct ARCMSR_CDB *pARCMSR_CDB; in arcmsr_hbaB_postqueue_isr() local
1927 …pARCMSR_CDB = (struct ARCMSR_CDB *)(acb->vir2phy_offset+(flag_ccb << 5));/*frame must be 32 bytes … in arcmsr_hbaB_postqueue_isr()
1928 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()