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

/freebsd-12-stable/share/examples/scsi_target/
H A Dscsi_target.h64 struct io_queue cmplt_io; member in struct:atio_descr
H A Dscsi_target.c570 TAILQ_INIT(&a_descr->cmplt_io);
696 ioq = &((struct atio_descr *)c_descr->atio->ccb_h.targ_descr)->cmplt_io;
734 while ((ccb_h = TAILQ_FIRST(&a_descr->cmplt_io)) != NULL) {
742 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h,
757 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h,

Completed in 56 milliseconds