Lines Matching refs:CommandControlBlock

506 	struct CommandControlBlock *ccb_tmp;  in arcmsr_alloc_ccb_pool()
527 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
540 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_alloc_ccb_pool()
555 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
961 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb) in arcmsr_pci_unmap_dma()
968 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete()
982 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info()
1034 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state()
1085 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCC… in arcmsr_drain_donequeue()
1122 struct CommandControlBlock *pCCB; in arcmsr_done4abort_postqueue()
1135 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1151 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1168 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1201 struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1249 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_remove()
1337 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd) in arcmsr_build_ccb()
1391 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb) in arcmsr_post_ccb()
1910 struct CommandControlBlock *pCCB; in arcmsr_hbaA_postqueue_isr()
1914 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
1925 struct CommandControlBlock *pCCB; in arcmsr_hbaB_postqueue_isr()
1931 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()
1944 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr()
1957 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaC_postqueue_isr()
1979 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr()
2000 struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaD_postqueue_isr()
2469 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb) in arcmsr_get_freeccb()
2472 struct CommandControlBlock *ccb = NULL; in arcmsr_get_freeccb()
2476 ccb = list_entry(head->next, struct CommandControlBlock, list); in arcmsr_get_freeccb()
2541 struct CommandControlBlock *ccb; in arcmsr_queue_command_lck()
2933 struct CommandControlBlock *poll_ccb) in arcmsr_hbaA_polling_ccbdone()
2936 struct CommandControlBlock *ccb; in arcmsr_hbaA_polling_ccbdone()
2960 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_polling_ccbdone()
2989 struct CommandControlBlock *poll_ccb) in arcmsr_hbaB_polling_ccbdone()
2993 struct CommandControlBlock *ccb; in arcmsr_hbaB_polling_ccbdone()
3025 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_polling_ccbdone()
3054 struct CommandControlBlock *poll_ccb) in arcmsr_hbaC_polling_ccbdone()
3060 struct CommandControlBlock *pCCB; in arcmsr_hbaC_polling_ccbdone()
3082 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaC_polling_ccbdone()
3112 struct CommandControlBlock *poll_ccb) in arcmsr_hbaD_polling_ccbdone()
3119 struct CommandControlBlock *pCCB; in arcmsr_hbaD_polling_ccbdone()
3153 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaD_polling_ccbdone()
3186 struct CommandControlBlock *poll_ccb) in arcmsr_polling_ccbdone()
3709 struct CommandControlBlock *ccb; in arcmsr_iop_reset()
3940 struct CommandControlBlock *ccb) in arcmsr_abort_one_cmd()
3973 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_abort()