Lines Matching refs:CommandControlBlock

810 	struct CommandControlBlock *ccb_tmp;
831 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32);
848 cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
873 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize);
1364 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb)
1378 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb)
1441 struct CommandControlBlock *ccb, bool error)
1492 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCCB, bool error)
1526 struct CommandControlBlock *pCCB;
1544 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1563 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1582 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1617 struct CommandControlBlock, arcmsr_cdb);
1647 struct CommandControlBlock *ccb;
1742 struct CommandControlBlock *ccb = acb->pccb_pool[i];
1843 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd)
1897 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb)
2541 struct CommandControlBlock *pCCB;
2550 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2561 struct CommandControlBlock *pCCB;
2571 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2585 struct CommandControlBlock *ccb;
2601 ccb = container_of(arcmsr_cdb, struct CommandControlBlock,
2623 struct CommandControlBlock *ccb;
2646 struct CommandControlBlock, arcmsr_cdb);
2666 struct CommandControlBlock *ccb;
2693 struct CommandControlBlock *ccb;
3245 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb)
3248 struct CommandControlBlock *ccb = NULL;
3254 ccb = list_entry(head->next, struct CommandControlBlock, list);
3318 struct CommandControlBlock *ccb;
3572 struct CommandControlBlock *poll_ccb)
3575 struct CommandControlBlock *ccb;
3604 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3633 struct CommandControlBlock *poll_ccb)
3637 struct CommandControlBlock *ccb;
3673 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3702 struct CommandControlBlock *poll_ccb)
3708 struct CommandControlBlock *pCCB;
3734 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3764 struct CommandControlBlock *poll_ccb)
3771 struct CommandControlBlock *pCCB;
3807 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock,
3840 struct CommandControlBlock *poll_ccb)
3847 struct CommandControlBlock *pCCB;
3909 struct CommandControlBlock *poll_ccb)
4045 offsetof(struct CommandControlBlock, arcmsr_cdb);
4634 struct CommandControlBlock *ccb;
4721 struct CommandControlBlock *ccb)
4756 struct CommandControlBlock *ccb = acb->pccb_pool[i];