Lines Matching refs:next_scb
4969 struct scb *next_scb; in ahc_alloc_scbs() local
4981 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs()
5015 next_scb->platform_data = pdata; in ahc_alloc_scbs()
5016 next_scb->sg_map = sg_map; in ahc_alloc_scbs()
5017 next_scb->sg_list = segs; in ahc_alloc_scbs()
5022 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()
5023 next_scb->ahc_softc = ahc; in ahc_alloc_scbs()
5024 next_scb->flags = SCB_FREE; in ahc_alloc_scbs()
5027 &next_scb->dmamap); in ahc_alloc_scbs()
5031 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs()
5032 next_scb->hscb->tag = ahc->scb_data->numscbs; in ahc_alloc_scbs()
5034 next_scb, links.sle); in ahc_alloc_scbs()
5037 next_scb++; in ahc_alloc_scbs()
6107 struct scb *next_scb; in ahc_search_untagged_queues() local
6110 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()
6111 while (next_scb != NULL) { in ahc_search_untagged_queues()
6113 scb = next_scb; in ahc_search_untagged_queues()
6114 next_scb = TAILQ_NEXT(scb, links.tqe); in ahc_search_untagged_queues()