Searched refs:lastccb (Results 1 – 2 of 2) sorted by relevance
216 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local222 if (lastccb) in blogic_destroy_ccbs()224 lastccb->allocgrp_size, lastccb, in blogic_destroy_ccbs()225 lastccb->allocgrp_head); in blogic_destroy_ccbs()226 lastccb = ccb; in blogic_destroy_ccbs()229 if (lastccb) in blogic_destroy_ccbs()231 lastccb->allocgrp_size, lastccb, in blogic_destroy_ccbs()232 lastccb->allocgrp_head); in blogic_destroy_ccbs()2064 adapter->lastccb = NULL; in blogic_initadapter()2603 adapter->lastccb = ccb; in blogic_qcompleted_ccb()[all …]
1056 struct blogic_ccb *lastccb; member