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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_target.c144 static void targdone(struct cam_periph *periph,
284 cdbg.ccb_h.cbfcnp = targdone;
729 ccb_h->cbfcnp = targdone;
764 targdone(struct cam_periph *periph, union ccb *done_ccb) function
769 CAM_DEBUG(periph->path, CAM_DEBUG_PERIPH, ("targdone %p\n", done_ccb));
797 panic("targdone: impossible xpt opcode %#x",
949 ccb->ccb_h.cbfcnp = targdone;
1037 * targdone() will return the aborted CCB via user_ccb_queue

Completed in 47 milliseconds