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

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_targ_bh.c93 struct ccb_accept_tio *accept_tio_list; member in struct:targbh_softc
286 softc->accept_tio_list;
287 softc->accept_tio_list = atio;
354 while ((atio = softc->accept_tio_list) != NULL) {
356 softc->accept_tio_list =
404 softc->accept_tio_list = NULL;

Completed in 42 milliseconds