Searched refs:all_ccbs (Results 1 – 2 of 2) sorted by relevance
177 ccb->next_all = adapter->all_ccbs; in blogic_init_ccbs()179 adapter->all_ccbs = ccb; in blogic_init_ccbs()217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()218 adapter->all_ccbs = NULL; in blogic_destroy_ccbs()2788 for (ccb = adapter->all_ccbs; ccb != NULL; in blogic_process_ccbs()3258 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all) in DEF_SCSI_QCMD()3345 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all)
1053 struct blogic_ccb *all_ccbs; member