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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c80 LIST_HEAD(, ccb_hdr) pending_ccbs;
270 LIST_INIT(&softc->pending_ccbs);
409 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
457 LIST_INSERT_HEAD(&softc->pending_ccbs, &start_ccb->ccb_h,
H A Dscsi_da.c300 LIST_HEAD(, ccb_hdr) pending_ccbs;
1987 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
2494 LIST_INIT(&softc->pending_ccbs);
3139 LIST_INSERT_HEAD(&softc->pending_ccbs,
4298 if (LIST_EMPTY(&softc->pending_ccbs))
5548 LIST_EMPTY(&softc->pending_ccbs)) {
5724 if (!LIST_EMPTY(&softc->pending_ccbs)) {
H A Dscsi_cd.c160 LIST_HEAD(, ccb_hdr) pending_ccbs;
476 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le)
585 LIST_INIT(&softc->pending_ccbs);
933 LIST_INSERT_HEAD(&softc->pending_ccbs,
/freebsd-11-stable/sys/dev/aic/
H A Daicvar.h81 TAILQ_HEAD(,ccb_hdr) pending_ccbs, nexus_ccbs; member in struct:aic_softc
H A Daic.c320 TAILQ_INSERT_TAIL(&aic->pending_ccbs, &ccb->ccb_h, sim_links.tqe);
340 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) {
343 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe);
435 TAILQ_INSERT_HEAD(&aic->pending_ccbs,
1066 ccb_h = TAILQ_FIRST(&aic->pending_ccbs);
1074 TAILQ_REMOVE(&aic->pending_ccbs,
1150 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) {
1387 while ((ccb_h = TAILQ_FIRST(&aic->pending_ccbs)) != NULL) {
1388 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe);
1431 TAILQ_INIT(&aic->pending_ccbs);
[all...]
/freebsd-11-stable/sys/dev/ahb/
H A Dahbreg.h268 LIST_HEAD(,ccb_hdr) pending_ccbs; member in struct:ahb_softc
H A Dahb.c404 LIST_INIT(&ahb->pending_ccbs);
593 ccb_h = LIST_FIRST(&ahb->pending_ccbs);
983 LIST_INSERT_HEAD(&ahb->pending_ccbs, &ccb->ccb_h, sim_links.le);
1249 LIST_FOREACH(ccb_h, &ahb->pending_ccbs, sim_links.le) {
/freebsd-11-stable/sys/dev/aha/
H A Daha.c182 LIST_INIT(&aha->pending_ccbs);
1044 LIST_INSERT_HEAD(&aha->pending_ccbs, &ccb->ccb_h, sim_links.le);
1170 ccb_h = LIST_FIRST(&aha->pending_ccbs);
1377 while ((ccb_h = LIST_FIRST(&aha->pending_ccbs)) != NULL) {
1424 while (LIST_FIRST(&aha->pending_ccbs) != NULL && --timeout) {
1755 ccb_h = LIST_FIRST(&aha->pending_ccbs);
H A Dahareg.h321 LIST_HEAD(,ccb_hdr) pending_ccbs; member in struct:aha_softc
/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.c168 ccb_h = LIST_FIRST(&adv->pending_ccbs);
566 LIST_INSERT_HEAD(&adv->pending_ccbs, ccb_h, sim_links.le);
640 ccb_h = LIST_FIRST(&adv->pending_ccbs);
674 LIST_INIT(&adv->pending_ccbs);
H A Dadwcam.c324 LIST_INSERT_HEAD(&adw->pending_ccbs, &ccb->ccb_h, sim_links.le);
747 LIST_INIT(&adw->pending_ccbs);
1212 if (LIST_FIRST(&adw->pending_ccbs) != NULL)
H A Dadvlib.h503 LIST_HEAD(, ccb_hdr) pending_ccbs; member in struct:adv_softc
H A Dadwlib.h613 LIST_HEAD(, ccb_hdr) pending_ccbs; member in struct:adw_softc
H A Dadvlib.c2068 while ((ccb = (union ccb *)LIST_FIRST(&adv->pending_ccbs)) != NULL) {
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c206 LIST_INIT(&bt->pending_ccbs);
1462 LIST_INSERT_HEAD(&bt->pending_ccbs, &ccb->ccb_h, sim_links.le);
1588 ccb_h = LIST_FIRST(&bt->pending_ccbs);
1851 while ((ccb_h = LIST_FIRST(&bt->pending_ccbs)) != NULL) {
2327 ccb_h = LIST_FIRST(&bt->pending_ccbs);
H A Dbtreg.h612 LIST_HEAD(,ccb_hdr) pending_ccbs; member in struct:bt_softc
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h1048 int pending_ccbs; member in struct:dpt_softc

Completed in 401 milliseconds