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

/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.h62 struct io_queue cmplt_io; member in struct:atio_descr
H A Dscsi_target.c574 TAILQ_INIT(&a_descr->cmplt_io);
700 ioq = &((struct atio_descr *)c_descr->atio->ccb_h.targ_descr)->cmplt_io;
738 while ((ccb_h = TAILQ_FIRST(&a_descr->cmplt_io)) != NULL) {
746 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h,
761 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h,

Completed in 55 milliseconds