Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.c223 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local
226 while ((ccb = next_ccb) != NULL) { in blogic_destroy_ccbs()
227 next_ccb = ccb->next_all; in blogic_destroy_ccbs()