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

/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h84 SLIST_HEAD(,aic_scb) free_scbs; member in struct:aic_softc
H A Daic.c86 if ((scb = SLIST_FIRST(&aic->free_scbs)) != NULL)
87 SLIST_REMOVE_HEAD(&aic->free_scbs, link);
103 SLIST_INSERT_HEAD(&aic->free_scbs, scb, link);
1435 SLIST_INIT(&aic->free_scbs);
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h367 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
370 scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
H A Daic79xx.h655 struct scb_tailq free_scbs; member in struct:scb_data
H A Daic7xxx.h606 SLIST_HEAD(, scb) free_scbs; /* member in struct:scb_data
H A Daic79xx.c5660 TAILQ_INIT(&scb_data->free_scbs);
5772 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
5922 free_tailq = &ahd->scb_data.free_scbs;
5943 free_tailq = &ahd->scb_data.free_scbs;
5974 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
9102 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
H A Daic7xxx.c4336 SLIST_INIT(&scb_data->free_scbs);
4593 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs,
6896 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) {

Completed in 107 milliseconds