Searched refs:NextCCB (Results 1 – 1 of 1) sorted by relevance
219 struct BusLogic_CCB *NextCCB = HostAdapter->All_CCBs, *CCB, *Last_CCB = NULL; in BusLogic_DestroyCCBs() local222 while ((CCB = NextCCB) != NULL) { in BusLogic_DestroyCCBs()223 NextCCB = CCB->NextAll; in BusLogic_DestroyCCBs()