Home
last modified time | relevance | path

Searched refs:firstccb (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
DBusLogic.c2063 adapter->firstccb = NULL; in blogic_initadapter()
2601 if (adapter->firstccb == NULL) { in blogic_qcompleted_ccb()
2602 adapter->firstccb = ccb; in blogic_qcompleted_ccb()
2743 while (adapter->firstccb != NULL) { in blogic_process_ccbs()
2744 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()
2746 adapter->firstccb = ccb->next; in blogic_process_ccbs()
2747 if (adapter->firstccb == NULL) in blogic_process_ccbs()
2935 if (adapter->firstccb != NULL) in blogic_inthandler()
DBusLogic.h1055 struct blogic_ccb *firstccb; member