Home
last modified time | relevance | path

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

/freebsd/share/examples/scsi_target/
H A Dscsi_target.c572 TAILQ_INIT(&a_descr->cmplt_io); in handle_read()
698 ioq = &((struct atio_descr *)c_descr->atio->ccb_h.targ_descr)->cmplt_io; in queue_io()
736 while ((ccb_h = TAILQ_FIRST(&a_descr->cmplt_io)) != NULL) { in run_queue()
744 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()
759 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()
H A Dscsi_target.h62 struct io_queue cmplt_io; member