Searched refs:topcb (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c2224 struct slccb *cb, *topcb; local
2228 topcb = scsi_low_revoke_ccb(slp, cb, fdone);
2232 topcb = NULL;
2243 if (topcb != NULL)
2245 topcb->ccb_flags |= CCB_STARTQ;
2246 TAILQ_INSERT_HEAD(&slp->sl_start, topcb, ccb_chain);

Completed in 64 milliseconds