Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local
220 while ((ccb = next_ccb) != NULL) { in blogic_destroy_ccbs()
221 next_ccb = ccb->next_all; in blogic_destroy_ccbs()