Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.h797 struct blogic_ccb { struct
826 void (*callback) (struct blogic_ccb *); /* Bytes 40-43 */ argument
847 struct blogic_ccb *next; argument
848 struct blogic_ccb *next_all; argument
1042 struct blogic_ccb *all_ccbs;
1043 struct blogic_ccb *free_ccbs;
1044 struct blogic_ccb *firstccb;
1045 struct blogic_ccb *lastccb;
1046 struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
1278 static void blogic_qcompleted_ccb(struct blogic_ccb *);
H A DBusLogic.c164 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer; in blogic_init_ccbs()
169 while ((blk_size -= sizeof(struct blogic_ccb)) >= 0) { in blogic_init_ccbs()
183 offset += sizeof(struct blogic_ccb); in blogic_init_ccbs()
194 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_initccbs()
218 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()
248 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb); in blogic_create_addlccbs()
279 static struct blogic_ccb *blogic_alloc_ccb(struct blogic_adapter *adapter) in blogic_alloc_ccb()
282 struct blogic_ccb *ccb; in blogic_alloc_ccb()
310 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb()
2443 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb) in blogic_qcompleted_ccb()
[all …]
H A DFlashPoint.c7514 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__StartCCB()
7520 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__AbortCCB()
7553 extern void FlashPoint_StartCCB(void *, struct blogic_ccb *);
7554 extern int FlashPoint_AbortCCB(void *, struct blogic_ccb *);