Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c223 if (lastccb) in blogic_destroy_ccbs()
225 lastccb->allocgrp_size, lastccb, in blogic_destroy_ccbs()
226 lastccb->allocgrp_head); in blogic_destroy_ccbs()
227 lastccb = ccb; in blogic_destroy_ccbs()
230 if (lastccb) in blogic_destroy_ccbs()
232 lastccb->allocgrp_size, lastccb, in blogic_destroy_ccbs()
233 lastccb->allocgrp_head); in blogic_destroy_ccbs()
1914 adapter->lastccb = NULL; in blogic_initadapter()
2450 adapter->lastccb = ccb; in blogic_qcompleted_ccb()
2453 adapter->lastccb = ccb; in blogic_qcompleted_ccb()
[all …]
H A DBusLogic.h1045 struct blogic_ccb *lastccb; member