Lines Matching refs:CommandControlBlock

752 	struct CommandControlBlock *ccb_tmp;
773 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32);
790 cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
815 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize);
1312 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb)
1319 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb)
1333 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb)
1394 struct CommandControlBlock *ccb, bool error)
1445 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCCB, bool error)
1479 struct CommandControlBlock *pCCB;
1497 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1516 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1535 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1570 struct CommandControlBlock, arcmsr_cdb);
1600 struct CommandControlBlock *ccb;
1695 struct CommandControlBlock *ccb = acb->pccb_pool[i];
1796 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd)
1850 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb)
2468 struct CommandControlBlock *pCCB;
2477 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2488 struct CommandControlBlock *pCCB;
2498 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2512 struct CommandControlBlock *ccb;
2528 ccb = container_of(arcmsr_cdb, struct CommandControlBlock,
2550 struct CommandControlBlock *ccb;
2573 struct CommandControlBlock, arcmsr_cdb);
2593 struct CommandControlBlock *ccb;
2620 struct CommandControlBlock *ccb;
3172 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb)
3175 struct CommandControlBlock *ccb = NULL;
3179 ccb = list_entry(head->next, struct CommandControlBlock, list);
3244 struct CommandControlBlock *ccb;
3485 struct CommandControlBlock *poll_ccb)
3488 struct CommandControlBlock *ccb;
3517 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3546 struct CommandControlBlock *poll_ccb)
3550 struct CommandControlBlock *ccb;
3586 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3615 struct CommandControlBlock *poll_ccb)
3621 struct CommandControlBlock *pCCB;
3647 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3677 struct CommandControlBlock *poll_ccb)
3684 struct CommandControlBlock *pCCB;
3720 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock,
3753 struct CommandControlBlock *poll_ccb)
3760 struct CommandControlBlock *pCCB;
3822 struct CommandControlBlock *poll_ccb)
3958 offsetof(struct CommandControlBlock, arcmsr_cdb);
4541 struct CommandControlBlock *ccb;
4628 struct CommandControlBlock *ccb)
4663 struct CommandControlBlock *ccb = acb->pccb_pool[i];