Home
last modified time | relevance | path

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

/linux-6.1.9/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()
4737 SLIST_INIT(&scb_data->free_scbs); in ahc_init_scbdata()
4988 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, in ahc_alloc_scbs()
7253 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) { in ahc_dump_card_state()
Daic79xx_core.c6358 TAILQ_INIT(&scb_data->free_scbs); in ahd_init_scbdata()
6468 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
6618 free_tailq = &ahd->scb_data.free_scbs; in ahd_add_col_list()
6639 free_tailq = &ahd->scb_data.free_scbs; in ahd_rem_col_list()
6670 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
9732 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()