Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c1913 adapter->firstccb = NULL; in blogic_initadapter()
2448 if (adapter->firstccb == NULL) { in blogic_qcompleted_ccb()
2449 adapter->firstccb = ccb; in blogic_qcompleted_ccb()
2601 while (adapter->firstccb != NULL) { in blogic_process_ccbs()
2602 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs()
2604 adapter->firstccb = ccb->next; in blogic_process_ccbs()
2605 if (adapter->firstccb == NULL) in blogic_process_ccbs()
2793 if (adapter->firstccb != NULL) in blogic_inthandler()
H A DBusLogic.h1044 struct blogic_ccb *firstccb; member