Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.c1913 adapter->firstccb = NULL; in blogic_initadapter()
2450 if (adapter->firstccb == NULL) { in blogic_qcompleted_ccb()
2451 adapter->firstccb = ccb; in blogic_qcompleted_ccb()
2603 while (adapter->firstccb != NULL) { in blogic_process_ccbs()
2604 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()
2606 adapter->firstccb = ccb->next; in blogic_process_ccbs()
2607 if (adapter->firstccb == NULL) in blogic_process_ccbs()
2795 if (adapter->firstccb != NULL) in blogic_inthandler()
DBusLogic.h1044 struct blogic_ccb *firstccb; member