Searched refs:free_scbs (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 579 SLIST_HEAD(, scb) free_scbs; /*
|
D | aic79xx.h | 631 struct scb_tailq free_scbs; member
|
D | aic7xxx_core.c | 524 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()
|
D | aic79xx_core.c | 6358 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()
|