Lines Matching refs:lastccb
223 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local
229 if (lastccb) in blogic_destroy_ccbs()
231 lastccb->allocgrp_size, lastccb, in blogic_destroy_ccbs()
232 lastccb->allocgrp_head); in blogic_destroy_ccbs()
233 lastccb = ccb; in blogic_destroy_ccbs()
236 if (lastccb) in blogic_destroy_ccbs()
237 pci_free_consistent(adapter->pci_device, lastccb->allocgrp_size, in blogic_destroy_ccbs()
238 lastccb, lastccb->allocgrp_head); in blogic_destroy_ccbs()
2070 adapter->lastccb = NULL; in blogic_initadapter()
2608 adapter->lastccb = ccb; in blogic_qcompleted_ccb()
2610 adapter->lastccb->next = ccb; in blogic_qcompleted_ccb()
2611 adapter->lastccb = ccb; in blogic_qcompleted_ccb()
2752 adapter->lastccb = NULL; in blogic_process_ccbs()