Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/scsi/
Dscsi_pt.c80 LIST_HEAD(, ccb_hdr) pending_ccbs;
270 LIST_INIT(&softc->pending_ccbs); in ptctor()
412 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le) in ptasync()
460 LIST_INSERT_HEAD(&softc->pending_ccbs, &start_ccb->ccb_h, in ptstart()
Dscsi_da.c208 LIST_HEAD(, ccb_hdr) pending_ccbs;
1790 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le) in daasync()
2124 LIST_INIT(&softc->pending_ccbs); in daregister()
2423 LIST_INSERT_HEAD(&softc->pending_ccbs, in dastart()
3114 if (LIST_EMPTY(&softc->pending_ccbs)) in dadone()
3789 if (!softc->tur && LIST_EMPTY(&softc->pending_ccbs)) { in damediapoll()
3961 if (!LIST_EMPTY(&softc->pending_ccbs)) { in dasendorderedtag()
Dscsi_cd.c146 LIST_HEAD(, ccb_hdr) pending_ccbs;
460 LIST_FOREACH(ccbh, &softc->pending_ccbs, periph_links.le) in cdasync()
569 LIST_INIT(&softc->pending_ccbs); in cdregister()
930 LIST_INSERT_HEAD(&softc->pending_ccbs, in cdstart()
/freebsd-10-stable/sys/dev/aic/
Daic.c320 TAILQ_INSERT_TAIL(&aic->pending_ccbs, &ccb->ccb_h, sim_links.tqe); in aic_execute_scb()
340 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) { in aic_start()
343 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe); in aic_start()
435 TAILQ_INSERT_HEAD(&aic->pending_ccbs, in aic_reselected()
1066 ccb_h = TAILQ_FIRST(&aic->pending_ccbs); in aic_done()
1074 TAILQ_REMOVE(&aic->pending_ccbs, in aic_done()
1150 TAILQ_FOREACH(ccb_h, &aic->pending_ccbs, sim_links.tqe) { in aic_timeout()
1387 while ((ccb_h = TAILQ_FIRST(&aic->pending_ccbs)) != NULL) { in aic_reset()
1388 TAILQ_REMOVE(&aic->pending_ccbs, ccb_h, sim_links.tqe); in aic_reset()
1431 TAILQ_INIT(&aic->pending_ccbs); in aic_init()
Daicvar.h81 TAILQ_HEAD(,ccb_hdr) pending_ccbs, nexus_ccbs;
/freebsd-10-stable/sys/dev/aha/
Daha.c182 LIST_INIT(&aha->pending_ccbs); in aha_alloc()
1050 LIST_INSERT_HEAD(&aha->pending_ccbs, &ccb->ccb_h, sim_links.le); in ahaexecuteccb()
1176 ccb_h = LIST_FIRST(&aha->pending_ccbs); in ahadone()
1383 while ((ccb_h = LIST_FIRST(&aha->pending_ccbs)) != NULL) { in ahareset()
1430 while (LIST_FIRST(&aha->pending_ccbs) != NULL && --timeout) { in aha_cmd()
1761 ccb_h = LIST_FIRST(&aha->pending_ccbs); in ahatimeout()
Dahareg.h321 LIST_HEAD(,ccb_hdr) pending_ccbs;
/freebsd-10-stable/sys/dev/ahb/
Dahbreg.h268 LIST_HEAD(,ccb_hdr) pending_ccbs;
Dahb.c404 LIST_INIT(&ahb->pending_ccbs); in ahballoc()
594 ccb_h = LIST_FIRST(&ahb->pending_ccbs); in ahbhandleimmed()
984 LIST_INSERT_HEAD(&ahb->pending_ccbs, &ccb->ccb_h, sim_links.le); in ahbexecuteecb()
1250 LIST_FOREACH(ccb_h, &ahb->pending_ccbs, sim_links.le) { in ahbtimeout()
/freebsd-10-stable/sys/dev/advansys/
Dadvansys.c168 ccb_h = LIST_FIRST(&adv->pending_ccbs); in adv_clear_state_really()
570 LIST_INSERT_HEAD(&adv->pending_ccbs, ccb_h, sim_links.le); in adv_execute_ccb()
644 ccb_h = LIST_FIRST(&adv->pending_ccbs); in adv_timeout()
678 LIST_INIT(&adv->pending_ccbs); in adv_alloc()
Dadwcam.c324 LIST_INSERT_HEAD(&adw->pending_ccbs, &ccb->ccb_h, sim_links.le); in adwexecuteacb()
749 LIST_INIT(&adw->pending_ccbs); in adw_alloc()
1216 if (LIST_FIRST(&adw->pending_ccbs) != NULL) in adw_intr_locked()
Dadvlib.h503 LIST_HEAD(, ccb_hdr) pending_ccbs;
Dadwlib.h613 LIST_HEAD(, ccb_hdr) pending_ccbs;
Dadvlib.c2074 while ((ccb = (union ccb *)LIST_FIRST(&adv->pending_ccbs)) != NULL) { in adv_reset_bus()
/freebsd-10-stable/sys/dev/buslogic/
Dbt.c206 LIST_INIT(&bt->pending_ccbs); in bt_init_softc()
1468 LIST_INSERT_HEAD(&bt->pending_ccbs, &ccb->ccb_h, sim_links.le); in btexecuteccb()
1594 ccb_h = LIST_FIRST(&bt->pending_ccbs); in btdone()
1857 while ((ccb_h = LIST_FIRST(&bt->pending_ccbs)) != NULL) { in btreset()
2333 ccb_h = LIST_FIRST(&bt->pending_ccbs); in bttimeout()
Dbtreg.h612 LIST_HEAD(,ccb_hdr) pending_ccbs;
/freebsd-10-stable/sys/dev/dpt/
Ddpt.h1048 int pending_ccbs; member