Lines Matching refs:CommandControlBlock

503 	struct CommandControlBlock *ccb_tmp;  in arcmsr_alloc_ccb_pool()
524 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
537 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_alloc_ccb_pool()
552 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
958 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb) in arcmsr_pci_unmap_dma()
965 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete()
979 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info()
1031 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state()
1082 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCC… in arcmsr_drain_donequeue()
1119 struct CommandControlBlock *pCCB; in arcmsr_done4abort_postqueue()
1132 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1148 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1165 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1198 struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1246 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_remove()
1334 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd) in arcmsr_build_ccb()
1388 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb) in arcmsr_post_ccb()
1907 struct CommandControlBlock *pCCB; in arcmsr_hbaA_postqueue_isr()
1911 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
1922 struct CommandControlBlock *pCCB; in arcmsr_hbaB_postqueue_isr()
1928 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()
1941 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr()
1954 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaC_postqueue_isr()
1976 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr()
1997 struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaD_postqueue_isr()
2466 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb) in arcmsr_get_freeccb()
2469 struct CommandControlBlock *ccb = NULL; in arcmsr_get_freeccb()
2473 ccb = list_entry(head->next, struct CommandControlBlock, list); in arcmsr_get_freeccb()
2538 struct CommandControlBlock *ccb; in arcmsr_queue_command_lck()
2930 struct CommandControlBlock *poll_ccb) in arcmsr_hbaA_polling_ccbdone()
2933 struct CommandControlBlock *ccb; in arcmsr_hbaA_polling_ccbdone()
2957 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_polling_ccbdone()
2986 struct CommandControlBlock *poll_ccb) in arcmsr_hbaB_polling_ccbdone()
2990 struct CommandControlBlock *ccb; in arcmsr_hbaB_polling_ccbdone()
3022 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_polling_ccbdone()
3051 struct CommandControlBlock *poll_ccb) in arcmsr_hbaC_polling_ccbdone()
3057 struct CommandControlBlock *pCCB; in arcmsr_hbaC_polling_ccbdone()
3079 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaC_polling_ccbdone()
3109 struct CommandControlBlock *poll_ccb) in arcmsr_hbaD_polling_ccbdone()
3116 struct CommandControlBlock *pCCB; in arcmsr_hbaD_polling_ccbdone()
3150 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaD_polling_ccbdone()
3183 struct CommandControlBlock *poll_ccb) in arcmsr_polling_ccbdone()
3706 struct CommandControlBlock *ccb; in arcmsr_iop_reset()
3937 struct CommandControlBlock *ccb) in arcmsr_abort_one_cmd()
3970 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_abort()