Searched refs:free_scbs (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | wd719x.h | 77 struct list_head free_scbs; member
|
D | wd719x.c | 169 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/ |
D | aic7xxx.h | 582 SLIST_HEAD(, scb) free_scbs; /*
|
D | aic79xx.h | 634 struct scb_tailq free_scbs; member
|
D | aic7xxx_core.c | 531 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()
|
D | aic79xx_core.c | 6411 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()
|