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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_pt.c82 LIST_HEAD(, ccb_hdr) pending_ccbs;
272 LIST_INIT(&softc->pending_ccbs);
411 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
459 LIST_INSERT_HEAD(&softc->pending_ccbs, &start_ccb->ccb_h,
H A Dscsi_da.c317 LIST_HEAD(, ccb_hdr) pending_ccbs;
2178 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
2706 LIST_INIT(&softc->pending_ccbs);
3373 LIST_INSERT_HEAD(&softc->pending_ccbs,
4527 if (LIST_EMPTY(&softc->pending_ccbs))
5933 LIST_EMPTY(&softc->pending_ccbs)) {
6118 if (!LIST_EMPTY(&softc->pending_ccbs)) {
H A Dscsi_cd.c165 LIST_HEAD(, ccb_hdr) pending_ccbs;
497 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
606 LIST_INIT(&softc->pending_ccbs);
954 LIST_INSERT_HEAD(&softc->pending_ccbs,
/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h83 TAILQ_HEAD(,ccb_hdr) pending_ccbs, nexus_ccbs; member in struct:aic_softc
H A Daic.c322 TAILQ_INSERT_TAIL(&aic->pending_ccbs, &ccb->ccb_h, sim_links.tqe);
342 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) {
345 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe);
437 TAILQ_INSERT_HEAD(&aic->pending_ccbs,
1068 ccb_h = TAILQ_FIRST(&aic->pending_ccbs);
1076 TAILQ_REMOVE(&aic->pending_ccbs,
1152 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) {
1389 while ((ccb_h = TAILQ_FIRST(&aic->pending_ccbs)) != NULL) {
1390 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe);
1433 TAILQ_INIT(&aic->pending_ccbs);
[all...]
/freebsd-12-stable/sys/dev/aha/
H A Daha.c183 LIST_INIT(&aha->pending_ccbs);
1040 LIST_INSERT_HEAD(&aha->pending_ccbs, &ccb->ccb_h, sim_links.le);
1166 ccb_h = LIST_FIRST(&aha->pending_ccbs);
1373 while ((ccb_h = LIST_FIRST(&aha->pending_ccbs)) != NULL) {
1420 while (LIST_FIRST(&aha->pending_ccbs) != NULL && --timeout) {
1751 ccb_h = LIST_FIRST(&aha->pending_ccbs);
H A Dahareg.h321 LIST_HEAD(,ccb_hdr) pending_ccbs; member in struct:aha_softc
/freebsd-12-stable/sys/dev/advansys/
H A Dadvansys.c169 ccb_h = LIST_FIRST(&adv->pending_ccbs);
567 LIST_INSERT_HEAD(&adv->pending_ccbs, ccb_h, sim_links.le);
641 ccb_h = LIST_FIRST(&adv->pending_ccbs);
675 LIST_INIT(&adv->pending_ccbs);
H A Dadwcam.c326 LIST_INSERT_HEAD(&adw->pending_ccbs, &ccb->ccb_h, sim_links.le);
749 LIST_INIT(&adw->pending_ccbs);
1215 if (LIST_FIRST(&adw->pending_ccbs) != NULL)
H A Dadvlib.h500 LIST_HEAD(, ccb_hdr) pending_ccbs; member in struct:adv_softc
H A Dadwlib.h615 LIST_HEAD(, ccb_hdr) pending_ccbs; member in struct:adw_softc
H A Dadvlib.c2070 while ((ccb = (union ccb *)LIST_FIRST(&adv->pending_ccbs)) != NULL) {
/freebsd-12-stable/sys/dev/buslogic/
H A Dbt.c207 LIST_INIT(&bt->pending_ccbs);
1449 LIST_INSERT_HEAD(&bt->pending_ccbs, &ccb->ccb_h, sim_links.le);
1575 ccb_h = LIST_FIRST(&bt->pending_ccbs);
1838 while ((ccb_h = LIST_FIRST(&bt->pending_ccbs)) != NULL) {
2314 ccb_h = LIST_FIRST(&bt->pending_ccbs);
H A Dbtreg.h604 LIST_HEAD(,ccb_hdr) pending_ccbs; member in struct:bt_softc
/freebsd-12-stable/sys/dev/dpt/
H A Ddpt.h1033 int pending_ccbs; member in struct:dpt_softc

Completed in 273 milliseconds