Lines Matching refs:CommandControlBlock

687 	struct CommandControlBlock *ccb_tmp;  in arcmsr_alloc_ccb_pool()
708 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
722 cdb_phyaddr = dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_alloc_ccb_pool()
739 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
1186 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb) in arcmsr_pci_unmap_dma()
1193 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete()
1207 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info()
1267 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state()
1318 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCC… in arcmsr_drain_donequeue()
1355 struct CommandControlBlock *pCCB; in arcmsr_done4abort_postqueue()
1368 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1384 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1401 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1434 struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1461 struct CommandControlBlock *ccb; in arcmsr_remove_scsi_devices()
1555 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_remove()
1654 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd) in arcmsr_build_ccb()
1708 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb) in arcmsr_post_ccb()
2303 struct CommandControlBlock *pCCB; in arcmsr_hbaA_postqueue_isr()
2307 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
2318 struct CommandControlBlock *pCCB; in arcmsr_hbaB_postqueue_isr()
2324 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()
2337 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr()
2350 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaC_postqueue_isr()
2372 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr()
2393 struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaD_postqueue_isr()
2413 struct CommandControlBlock *ccb; in arcmsr_hbaE_postqueue_isr()
2937 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb) in arcmsr_get_freeccb()
2940 struct CommandControlBlock *ccb = NULL; in arcmsr_get_freeccb()
2944 ccb = list_entry(head->next, struct CommandControlBlock, list); in arcmsr_get_freeccb()
3009 struct CommandControlBlock *ccb; in arcmsr_queue_command_lck()
3222 struct CommandControlBlock *poll_ccb) in arcmsr_hbaA_polling_ccbdone()
3225 struct CommandControlBlock *ccb; in arcmsr_hbaA_polling_ccbdone()
3249 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_polling_ccbdone()
3278 struct CommandControlBlock *poll_ccb) in arcmsr_hbaB_polling_ccbdone()
3282 struct CommandControlBlock *ccb; in arcmsr_hbaB_polling_ccbdone()
3314 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_polling_ccbdone()
3343 struct CommandControlBlock *poll_ccb) in arcmsr_hbaC_polling_ccbdone()
3349 struct CommandControlBlock *pCCB; in arcmsr_hbaC_polling_ccbdone()
3371 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaC_polling_ccbdone()
3401 struct CommandControlBlock *poll_ccb) in arcmsr_hbaD_polling_ccbdone()
3408 struct CommandControlBlock *pCCB; in arcmsr_hbaD_polling_ccbdone()
3442 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaD_polling_ccbdone()
3475 struct CommandControlBlock *poll_ccb) in arcmsr_hbaE_polling_ccbdone()
3482 struct CommandControlBlock *pCCB; in arcmsr_hbaE_polling_ccbdone()
3544 struct CommandControlBlock *poll_ccb) in arcmsr_polling_ccbdone()
3672 offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_iop_confirm()
4235 struct CommandControlBlock *ccb; in arcmsr_iop_reset()
4326 struct CommandControlBlock *ccb) in arcmsr_abort_one_cmd()
4361 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_abort()