Home
last modified time | relevance | path

Searched refs:free_scbs (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx.h579 SLIST_HEAD(, scb) free_scbs; /*
Daic79xx.h631 struct scb_tailq free_scbs; member
Daic7xxx_core.c524 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
526 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
530 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb()
548 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
4738 SLIST_INIT(&scb_data->free_scbs); in ahc_init_scbdata()
4989 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, in ahc_alloc_scbs()
7259 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) { in ahc_dump_card_state()
Daic79xx_core.c6359 TAILQ_INIT(&scb_data->free_scbs); in ahd_init_scbdata()
6469 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
6619 free_tailq = &ahd->scb_data.free_scbs; in ahd_add_col_list()
6640 free_tailq = &ahd->scb_data.free_scbs; in ahd_rem_col_list()
6671 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
9736 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()