Searched refs:firstccb (Results 1 – 2 of 2) sorted by relevance
1916 adapter->firstccb = NULL; in blogic_initadapter()2451 if (adapter->firstccb == NULL) { in blogic_qcompleted_ccb()2452 adapter->firstccb = ccb; in blogic_qcompleted_ccb()2604 while (adapter->firstccb != NULL) { in blogic_process_ccbs()2605 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()2607 adapter->firstccb = ccb->next; in blogic_process_ccbs()2608 if (adapter->firstccb == NULL) in blogic_process_ccbs()2796 if (adapter->firstccb != NULL) in blogic_inthandler()
1044 struct blogic_ccb *firstccb; member