Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h365 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
367 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
371 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb()
389 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
Daic7xxx.h592 SLIST_HEAD(, scb) free_scbs; /*
Daic79xx.h641 struct scb_tailq free_scbs; member
Daic79xx_core.c5194 TAILQ_INIT(&scb_data->free_scbs); in ahd_init_scbdata()
5304 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_find_scb_by_tag()
5450 free_tailq = &ahd->scb_data.free_scbs; in ahd_add_col_list()
5471 free_tailq = &ahd->scb_data.free_scbs; in ahd_rem_col_list()
5502 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_get_scb()
8554 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { in ahd_dump_card_state()
Daic7xxx_core.c4265 SLIST_INIT(&scb_data->free_scbs); in ahc_init_scbdata()
4522 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, in ahc_alloc_scbs()
6801 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) { in ahc_dump_card_state()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c886 scb_queue_type free_scbs; /* member
2716 scbq_insert_tail(&p->scb_data->free_scbs, scbp); in aic7xxx_allocate_scb()
2785 scbq_insert_head(&p->scb_data->free_scbs, scb); in aic7xxx_free_scb()
8288 scbq_init(&p->scb_data->free_scbs); in aic7xxx_register()
8868 scbq_init (&p->scb_data->free_scbs); in aic7xxx_alloc()
10872 scb = scbq_remove_head(&p->scb_data->free_scbs); in aic7xxx_queue()
10878 scb = scbq_remove_head(&p->scb_data->free_scbs); in aic7xxx_queue()
10899 scb = scbq_remove_head(&p->scb_data->free_scbs); in aic7xxx_queue()