Searched refs:all_ccbs (Results 1 – 2 of 2) sorted by relevance
176 ccb->next_all = adapter->all_ccbs; in blogic_init_ccbs()178 adapter->all_ccbs = ccb; in blogic_init_ccbs()216 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs()217 adapter->all_ccbs = NULL; in blogic_destroy_ccbs()2787 for (ccb = adapter->all_ccbs; ccb != NULL; in blogic_process_ccbs()3257 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all) in DEF_SCSI_QCMD()3344 for (ccb = adapter->all_ccbs; ccb != NULL; ccb = ccb->next_all)
1053 struct blogic_ccb *all_ccbs; member