Searched refs:firstccb (Results 1 – 2 of 2) sorted by relevance
2069 adapter->firstccb = NULL; in blogic_initadapter()2606 if (adapter->firstccb == NULL) { in blogic_qcompleted_ccb()2607 adapter->firstccb = ccb; in blogic_qcompleted_ccb()2747 while (adapter->firstccb != NULL) { in blogic_process_ccbs()2748 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()2750 adapter->firstccb = ccb->next; in blogic_process_ccbs()2751 if (adapter->firstccb == NULL) in blogic_process_ccbs()2939 if (adapter->firstccb != NULL) in blogic_inthandler()
1062 struct blogic_ccb *firstccb; member