Lines Matching refs:CommandControlBlock

755 	struct CommandControlBlock *ccb_tmp;  in arcmsr_alloc_ccb_pool()
776 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
793 …cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb… in arcmsr_alloc_ccb_pool()
818 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
1303 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb) in arcmsr_pci_unmap_dma()
1310 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete()
1324 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info()
1387 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state()
1438 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCC… in arcmsr_drain_donequeue()
1472 struct CommandControlBlock *pCCB; in arcmsr_done4abort_postqueue()
1490 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1509 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1528 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1563 struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
1593 struct CommandControlBlock *ccb; in arcmsr_remove_scsi_devices()
1688 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_remove()
1789 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd) in arcmsr_build_ccb()
1843 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb) in arcmsr_post_ccb()
2461 struct CommandControlBlock *pCCB; in arcmsr_hbaA_postqueue_isr()
2470 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_postqueue_isr()
2481 struct CommandControlBlock *pCCB; in arcmsr_hbaB_postqueue_isr()
2491 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_postqueue_isr()
2505 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr()
2521 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaC_postqueue_isr()
2543 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr()
2566 struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaD_postqueue_isr()
2586 struct CommandControlBlock *ccb; in arcmsr_hbaE_postqueue_isr()
2613 struct CommandControlBlock *ccb; in arcmsr_hbaF_postqueue_isr()
3165 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb) in arcmsr_get_freeccb()
3168 struct CommandControlBlock *ccb = NULL; in arcmsr_get_freeccb()
3174 ccb = list_entry(head->next, struct CommandControlBlock, list); in arcmsr_get_freeccb()
3239 struct CommandControlBlock *ccb; in arcmsr_queue_command_lck()
3490 struct CommandControlBlock *poll_ccb) in arcmsr_hbaA_polling_ccbdone()
3493 struct CommandControlBlock *ccb; in arcmsr_hbaA_polling_ccbdone()
3522 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaA_polling_ccbdone()
3551 struct CommandControlBlock *poll_ccb) in arcmsr_hbaB_polling_ccbdone()
3555 struct CommandControlBlock *ccb; in arcmsr_hbaB_polling_ccbdone()
3591 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaB_polling_ccbdone()
3620 struct CommandControlBlock *poll_ccb) in arcmsr_hbaC_polling_ccbdone()
3626 struct CommandControlBlock *pCCB; in arcmsr_hbaC_polling_ccbdone()
3652 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb); in arcmsr_hbaC_polling_ccbdone()
3682 struct CommandControlBlock *poll_ccb) in arcmsr_hbaD_polling_ccbdone()
3689 struct CommandControlBlock *pCCB; in arcmsr_hbaD_polling_ccbdone()
3725 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, in arcmsr_hbaD_polling_ccbdone()
3758 struct CommandControlBlock *poll_ccb) in arcmsr_hbaE_polling_ccbdone()
3765 struct CommandControlBlock *pCCB; in arcmsr_hbaE_polling_ccbdone()
3827 struct CommandControlBlock *poll_ccb) in arcmsr_polling_ccbdone()
3963 offsetof(struct CommandControlBlock, arcmsr_cdb); in arcmsr_iop_confirm()
4546 struct CommandControlBlock *ccb; in arcmsr_iop_reset()
4633 struct CommandControlBlock *ccb) in arcmsr_abort_one_cmd()
4668 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_abort()