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

/linux-master/drivers/scsi/
H A DBusLogic.h797 struct blogic_ccb { struct
826 void (*callback) (struct blogic_ccb *); /* Bytes 40-43 */
847 struct blogic_ccb *next;
848 struct blogic_ccb *next_all;
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 *);
[all...]
H A DBusLogic.c163 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer;
168 while ((blk_size -= sizeof(struct blogic_ccb)) >= 0) {
182 offset += sizeof(struct blogic_ccb);
193 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb);
217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL;
247 int blk_size = BLOGIC_CCB_GRP_ALLOCSIZE * sizeof(struct blogic_ccb);
278 static struct blogic_ccb *blogic_alloc_ccb(struct blogic_adapter *adapter)
281 struct blogic_ccb *ccb;
309 static void blogic_dealloc_ccb(struct blogic_ccb *cc
[all...]
H A DFlashPoint.c7515 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB)
7521 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB)
7554 extern void FlashPoint_StartCCB(void *, struct blogic_ccb *);
7555 extern int FlashPoint_AbortCCB(void *, struct blogic_ccb *);

Completed in 136 milliseconds