Lines Matching refs:CommandControlBlock

759 	struct CommandControlBlock *ccb_tmp;
780 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32);
797 cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
822 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize);
1309 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb)
1323 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb)
1386 struct CommandControlBlock *ccb, bool error)
1437 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCCB, bool error)
1471 struct CommandControlBlock *pCCB;
1489 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1508 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1527 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1562 struct CommandControlBlock, arcmsr_cdb);
1592 struct CommandControlBlock *ccb;
1687 struct CommandControlBlock *ccb = acb->pccb_pool[i];
1788 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd)
1842 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb)
2463 struct CommandControlBlock *pCCB;
2472 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2483 struct CommandControlBlock *pCCB;
2493 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2507 struct CommandControlBlock *ccb;
2523 ccb = container_of(arcmsr_cdb, struct CommandControlBlock,
2545 struct CommandControlBlock *ccb;
2568 struct CommandControlBlock, arcmsr_cdb);
2588 struct CommandControlBlock *ccb;
2615 struct CommandControlBlock *ccb;
3167 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb)
3170 struct CommandControlBlock *ccb = NULL;
3176 ccb = list_entry(head->next, struct CommandControlBlock, list);
3240 struct CommandControlBlock *ccb;
3490 struct CommandControlBlock *poll_ccb)
3493 struct CommandControlBlock *ccb;
3522 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3551 struct CommandControlBlock *poll_ccb)
3555 struct CommandControlBlock *ccb;
3591 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3620 struct CommandControlBlock *poll_ccb)
3626 struct CommandControlBlock *pCCB;
3652 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3682 struct CommandControlBlock *poll_ccb)
3689 struct CommandControlBlock *pCCB;
3725 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock,
3758 struct CommandControlBlock *poll_ccb)
3765 struct CommandControlBlock *pCCB;
3827 struct CommandControlBlock *poll_ccb)
3963 offsetof(struct CommandControlBlock, arcmsr_cdb);
4546 struct CommandControlBlock *ccb;
4633 struct CommandControlBlock *ccb)
4668 struct CommandControlBlock *ccb = acb->pccb_pool[i];