Home
last modified time | relevance | path

Searched refs:CommandControlBlock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c759 struct CommandControlBlock *ccb_tmp; in arcmsr_alloc_ccb_pool()
780 …roundup_ccbsize = roundup(sizeof(struct CommandControlBlock) + (max_sg_entrys - 1) * sizeof(struct… in arcmsr_alloc_ccb_pool()
797 …cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb… in arcmsr_alloc_ccb_pool()
822 ccb_tmp = (struct CommandControlBlock *)((unsigned long)ccb_tmp + roundup_ccbsize); in arcmsr_alloc_ccb_pool()
1309 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete()
1323 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info()
1386 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state()
1437 static void arcmsr_drain_donequeue(struct AdapterControlBlock *acb, struct CommandControlBlock *pCC… in arcmsr_drain_donequeue()
1471 struct CommandControlBlock *pCCB; in arcmsr_done4abort_postqueue()
1489 pCCB = container_of(pARCMSR_CDB, struct CommandControlBlock, arcmsr_cdb); in arcmsr_done4abort_postqueue()
[all …]
H A Darcmsr.h893 struct CommandControlBlock * pccb_pool[ARCMSR_MAX_FREECCB_NUM];
960 struct CommandControlBlock{ struct