Lines Matching defs:next_scb
4305 struct scb *next_scb;
4317 next_scb = &scb_data->scbarray[scb_data->numscbs];
4349 next_scb->platform_data = pdata;
4350 next_scb->sg_map = sg_map;
4351 next_scb->sg_list = segs;
4356 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4357 next_scb->ahc_softc = ahc;
4358 next_scb->flags = SCB_FREE;
4363 &next_scb->dmamap);
4369 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs];
4370 next_scb->hscb->tag = ahc->scb_data->numscbs;
4372 next_scb, links.sle);
4375 next_scb++;
5532 struct scb *next_scb;
5535 next_scb = TAILQ_FIRST(untagged_q);
5536 while (next_scb != NULL) {
5538 scb = next_scb;
5539 next_scb = TAILQ_NEXT(scb, links.tqe);