Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dwd719x.h77 struct list_head free_scbs; member
Dwd719x.c169 list_for_each_entry(scb, &wd->free_scbs, list) in wd719x_destroy()
191 list_move(&scb->list, &wd->free_scbs); in wd719x_finish_cmd()
213 scb = list_first_entry_or_null(&wd->free_scbs, struct wd719x_scb, list); in wd719x_queuecommand()
812 INIT_LIST_HEAD(&wd->free_scbs); in wd719x_board_found()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h582 SLIST_HEAD(, scb) free_scbs; /*
Daic79xx.h634 struct scb_tailq free_scbs; member
Daic7xxx_core.c531 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
533 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
537 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb()
555 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
4778 SLIST_INIT(&scb_data->free_scbs); in ahc_init_scbdata()
5032 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, in ahc_alloc_scbs()
7321 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) { in ahc_dump_card_state()
Daic79xx_core.c6411 TAILQ_INIT(&scb_data->free_scbs); in ahd_init_scbdata()
6521 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
6671 free_tailq = &ahd->scb_data.free_scbs; in ahd_add_col_list()
6692 free_tailq = &ahd->scb_data.free_scbs; in ahd_rem_col_list()
6723 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
9817 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()