Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.h812 struct blogic_ccb { struct
841 void (*callback) (struct blogic_ccb *); /* Bytes 40-43 */ argument
862 struct blogic_ccb *next; argument
863 struct blogic_ccb *next_all; argument
1060 struct blogic_ccb *all_ccbs;
1061 struct blogic_ccb *free_ccbs;
1062 struct blogic_ccb *firstccb;
1063 struct blogic_ccb *lastccb;
1064 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1296 static void blogic_qcompleted_ccb(struct blogic_ccb *);
DBusLogic.c169 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer; in blogic_init_ccbs()
174 while ((blk_size -= sizeof(struct blogic_ccb)) >= 0) { in blogic_init_ccbs()
188 offset += sizeof(struct blogic_ccb); in blogic_init_ccbs()
199 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_initccbs()
223 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()
252 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_addlccbs()
283 static struct blogic_ccb *blogic_alloc_ccb(struct blogic_adapter *adapter) in blogic_alloc_ccb()
286 struct blogic_ccb *ccb; in blogic_alloc_ccb()
314 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb()
2600 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb) in blogic_qcompleted_ccb()
[all …]
DFlashPoint.c7543 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__StartCCB()
7549 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__AbortCCB()
7582 extern void FlashPoint_StartCCB(void *, struct blogic_ccb *);
7583 extern int FlashPoint_AbortCCB(void *, struct blogic_ccb *);