Lines Matching defs:next
176 ccb->next = adapter->free_ccbs;
285 adapter->free_ccbs = ccb->next;
286 ccb->next = NULL;
297 adapter->free_ccbs = ccb->next;
298 ccb->next = NULL;
321 ccb->next = adapter->free_ccbs;
2121 Strict Round Robin Mode, the Host Adapter only looks at the next
2601 ccb->next = NULL;
2606 adapter->lastccb->next = ccb;
2747 adapter->firstccb = ccb->next;
3883 struct blogic_adapter *ha, *next;
3885 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list)