Lines Matching defs:ccb
573 iscsi_done(ccb_t *ccb)
575 struct scsipi_xfer *xs = ccb->ccb_xs;
579 xs->resid = ccb->ccb_residual;
580 ccb->ccb_xs = NULL;
581 xs->resid = ccb->ccb_residual;
583 switch (ccb->ccb_status) {
596 DEBC(ccb->ccb_connection, 5, ("target busy, ccb %p\n", ccb));
608 DEBC(ccb->ccb_connection, 5, ("queue full, ccb %p\n", ccb));
618 unref_session(ccb->ccb_session);
624 DEBOUT(("ISCSI: iscsi_done CCB %p without XS\n", ccb));