Home
last modified time | relevance | path

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

/openbmc/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.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()
281 struct blogic_ccb *ccb; in blogic_alloc_ccb()
2520 static struct blogic_ccb *
2523 struct blogic_ccb *ccb; in blogic_inbox_to_ccb()
2602 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()
2824 enum blogic_action action, struct blogic_ccb *ccb) in blogic_write_outbox()
2892 struct blogic_ccb *ccb; in blogic_qcmd_lck()
3107 struct blogic_ccb *ccb; in DEF_SCSI_QCMD()
[all …]
H A DFlashPoint.c7515 FlashPoint__StartCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__StartCCB()
7521 FlashPoint__AbortCCB(void *CardHandle, struct blogic_ccb *CCB) in FlashPoint__AbortCCB()
7554 extern void FlashPoint_StartCCB(void *, struct blogic_ccb *);
7555 extern int FlashPoint_AbortCCB(void *, struct blogic_ccb *);