Home
last modified time | relevance | path

Searched refs:all_ccbs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DBusLogic.c177 ccb->next_all = adapter->all_ccbs; in blogic_init_ccbs()
179 adapter->all_ccbs = ccb; in blogic_init_ccbs()
217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()
218 adapter->all_ccbs = NULL; in blogic_destroy_ccbs()
2525 for (ccb = adapter->all_ccbs; ccb; ccb = ccb->next_all) in blogic_inbox_to_ccb()
2645 for (ccb = adapter->all_ccbs; ccb != NULL; in blogic_process_ccbs()
3114 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all) in DEF_SCSI_QCMD()
3201 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all)
H A DBusLogic.h1042 struct blogic_ccb *all_ccbs; member