Searched refs:pending_ccbs (Results 1 – 17 of 17) sorted by relevance
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_pt.c | 80 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()
|
| D | scsi_da.c | 208 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()
|
| D | scsi_cd.c | 146 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/ |
| D | aic.c | 320 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()
|
| D | aicvar.h | 81 TAILQ_HEAD(,ccb_hdr) pending_ccbs, nexus_ccbs;
|
| /freebsd-10-stable/sys/dev/aha/ |
| D | aha.c | 182 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()
|
| D | ahareg.h | 321 LIST_HEAD(,ccb_hdr) pending_ccbs;
|
| /freebsd-10-stable/sys/dev/ahb/ |
| D | ahbreg.h | 268 LIST_HEAD(,ccb_hdr) pending_ccbs;
|
| D | ahb.c | 404 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/ |
| D | advansys.c | 168 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()
|
| D | adwcam.c | 324 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()
|
| D | advlib.h | 503 LIST_HEAD(, ccb_hdr) pending_ccbs;
|
| D | adwlib.h | 613 LIST_HEAD(, ccb_hdr) pending_ccbs;
|
| D | advlib.c | 2074 while ((ccb = (union ccb *)LIST_FIRST(&adv->pending_ccbs)) != NULL) { in adv_reset_bus()
|
| /freebsd-10-stable/sys/dev/buslogic/ |
| D | bt.c | 206 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()
|
| D | btreg.h | 612 LIST_HEAD(,ccb_hdr) pending_ccbs;
|
| /freebsd-10-stable/sys/dev/dpt/ |
| D | dpt.h | 1048 int pending_ccbs; member
|