next_scb 5852 dev/ic/aic79xx.c struct scb *next_scb; next_scb 5859 dev/ic/aic79xx.c next_scb = LIST_NEXT(scb, collision_links); next_scb 5860 dev/ic/aic79xx.c if (next_scb != NULL) { next_scb 5862 dev/ic/aic79xx.c next_scb, links.tqe); next_scb 5959 dev/ic/aic79xx.c struct scb *next_scb; next_scb 6088 dev/ic/aic79xx.c next_scb = (struct scb *)malloc(sizeof(*next_scb), next_scb 6090 dev/ic/aic79xx.c if (next_scb == NULL) next_scb 6096 dev/ic/aic79xx.c free(next_scb, M_DEVBUF); next_scb 6100 dev/ic/aic79xx.c next_scb->platform_data = pdata; next_scb 6101 dev/ic/aic79xx.c next_scb->hscb_map = hscb_map; next_scb 6102 dev/ic/aic79xx.c next_scb->sg_map = sg_map; next_scb 6103 dev/ic/aic79xx.c next_scb->sense_map = sense_map; next_scb 6104 dev/ic/aic79xx.c next_scb->sg_list = segs; next_scb 6105 dev/ic/aic79xx.c next_scb->sense_data = sense_data; next_scb 6106 dev/ic/aic79xx.c next_scb->sense_busaddr = sense_busaddr; next_scb 6108 dev/ic/aic79xx.c next_scb->hscb = hscb; next_scb 6117 dev/ic/aic79xx.c next_scb->sg_list_busaddr = sg_busaddr; next_scb 6119 dev/ic/aic79xx.c next_scb->sg_list_busaddr next_scb 6122 dev/ic/aic79xx.c next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg); next_scb 6123 dev/ic/aic79xx.c next_scb->ahd_softc = ahd; next_scb 6124 dev/ic/aic79xx.c next_scb->flags = SCB_FLAG_NONE; next_scb 6128 dev/ic/aic79xx.c BUS_DMA_NOWAIT|BUS_DMA_ALLOCNOW, &next_scb->dmamap); next_scb 6131 dev/ic/aic79xx.c free(next_scb, M_DEVBUF); next_scb 6135 dev/ic/aic79xx.c next_scb->hscb->tag = aic_htole16(scb_data->numscbs); next_scb 6137 dev/ic/aic79xx.c next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag); next_scb 6138 dev/ic/aic79xx.c if (next_scb->col_scb != NULL) next_scb 6139 dev/ic/aic79xx.c next_scb->col_scb->col_scb = next_scb; next_scb 6140 dev/ic/aic79xx.c ahd_free_scb(ahd, next_scb); next_scb 4380 dev/ic/aic7xxx.c struct scb *next_scb; next_scb 4392 dev/ic/aic7xxx.c next_scb = &scb_data->scbarray[scb_data->numscbs]; next_scb 4428 dev/ic/aic7xxx.c next_scb->platform_data = pdata; next_scb 4429 dev/ic/aic7xxx.c next_scb->sg_map = sg_map; next_scb 4430 dev/ic/aic7xxx.c next_scb->sg_list = segs; next_scb 4435 dev/ic/aic7xxx.c next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); next_scb 4436 dev/ic/aic7xxx.c next_scb->ahc_softc = ahc; next_scb 4437 dev/ic/aic7xxx.c next_scb->flags = SCB_FLAG_NONE; next_scb 4442 dev/ic/aic7xxx.c &next_scb->dmamap); next_scb 4446 dev/ic/aic7xxx.c next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; next_scb 4447 dev/ic/aic7xxx.c next_scb->hscb->tag = ahc->scb_data->numscbs; next_scb 4449 dev/ic/aic7xxx.c next_scb, links.sle); next_scb 4452 dev/ic/aic7xxx.c next_scb++; next_scb 5426 dev/ic/aic7xxx.c struct scb *next_scb; next_scb 5429 dev/ic/aic7xxx.c next_scb = TAILQ_FIRST(untagged_q); next_scb 5430 dev/ic/aic7xxx.c while (next_scb != NULL) { next_scb 5432 dev/ic/aic7xxx.c scb = next_scb; next_scb 5433 dev/ic/aic7xxx.c next_scb = TAILQ_NEXT(scb, links.tqe);