Lines Matching refs:CommandControlBlock
811 struct CommandControlBlock *ccb_tmp;
832 roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct SG64ENTRY), 32);
849 cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
874 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize);
1365 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb)
1379 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb)
1442 struct CommandControlBlock *ccb, bool error)
1493 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCCB, bool error)
1527 struct CommandControlBlock *pCCB;
1545 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1564 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1583 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
1618 struct CommandControlBlock, arcmsr_cdb);
1648 struct CommandControlBlock *ccb;
1743 struct CommandControlBlock *ccb = acb->pccb_pool[i];
1844 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd)
1898 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb)
2542 struct CommandControlBlock *pCCB;
2551 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2562 struct CommandControlBlock *pCCB;
2572 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb);
2586 struct CommandControlBlock *ccb;
2602 ccb = container_of(arcmsr_cdb, struct CommandControlBlock,
2624 struct CommandControlBlock *ccb;
2647 struct CommandControlBlock, arcmsr_cdb);
2667 struct CommandControlBlock *ccb;
2694 struct CommandControlBlock *ccb;
3246 static struct CommandControlBlock *arcmsr_get_freeccb(struct AdapterControlBlock *acb)
3249 struct CommandControlBlock *ccb = NULL;
3255 ccb = list_entry(head->next, struct CommandControlBlock, list);
3319 struct CommandControlBlock *ccb;
3574 struct CommandControlBlock *poll_ccb)
3577 struct CommandControlBlock *ccb;
3606 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3635 struct CommandControlBlock *poll_ccb)
3639 struct CommandControlBlock *ccb;
3675 ccb = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3704 struct CommandControlBlock *poll_ccb)
3710 struct CommandControlBlock *pCCB;
3736 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock, arcmsr_cdb);
3766 struct CommandControlBlock *poll_ccb)
3773 struct CommandControlBlock *pCCB;
3809 pCCB = container_of(arcmsr_cdb, struct CommandControlBlock,
3842 struct CommandControlBlock *poll_ccb)
3849 struct CommandControlBlock *pCCB;
3911 struct CommandControlBlock *poll_ccb)
4047 offsetof(struct CommandControlBlock, arcmsr_cdb);
4636 struct CommandControlBlock *ccb;
4723 struct CommandControlBlock *ccb)
4758 struct CommandControlBlock *ccb = acb->pccb_pool[i];