Home
last modified time | relevance | path

Searched refs:blogic_ccb (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
DBusLogic.h805 struct blogic_ccb { struct
834 void (*callback) (struct blogic_ccb *); /* Bytes 40-43 */ argument
855 struct blogic_ccb *next; argument
856 struct blogic_ccb *next_all; argument
1053 struct blogic_ccb *all_ccbs;
1054 struct blogic_ccb *free_ccbs;
1055 struct blogic_ccb *firstccb;
1056 struct blogic_ccb *lastccb;
1057 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1289 static void blogic_qcompleted_ccb(struct blogic_ccb *);
DBusLogic.c163 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer; in blogic_init_ccbs()
168 while ((blk_size -= sizeof(struct blogic_ccb)) >= 0) { in blogic_init_ccbs()
182 offset += sizeof(struct blogic_ccb); in blogic_init_ccbs()
193 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_initccbs()
217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()
247 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_addlccbs()
278 static struct blogic_ccb *blogic_alloc_ccb(struct blogic_adapter *adapter) in blogic_alloc_ccb()
281 struct blogic_ccb *ccb; in blogic_alloc_ccb()
309 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb()
2596 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb) in blogic_qcompleted_ccb()
[all …]
DFlashPoint.c7546 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__StartCCB()
7552 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__AbortCCB()
7585 extern void FlashPoint_StartCCB(void *, struct blogic_ccb *);
7586 extern int FlashPoint_AbortCCB(void *, struct blogic_ccb *);