Searched refs:next_ccb (Results 1 – 1 of 1) sorted by relevance
218 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local221 while ((ccb = next_ccb) != NULL) { in blogic_destroy_ccbs()222 next_ccb = ccb->next_all; in blogic_destroy_ccbs()