next_scb         6683 drivers/scsi/aic7xxx/aic79xx_core.c 		struct scb *next_scb;
next_scb         6690 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb = LIST_NEXT(scb, collision_links);
next_scb         6691 drivers/scsi/aic7xxx/aic79xx_core.c 		if (next_scb != NULL) {
next_scb         6693 drivers/scsi/aic7xxx/aic79xx_core.c 					   next_scb, links.tqe);
next_scb         6795 drivers/scsi/aic7xxx/aic79xx_core.c 	struct scb	*next_scb;
next_scb         6926 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb = kmalloc(sizeof(*next_scb), GFP_ATOMIC);
next_scb         6927 drivers/scsi/aic7xxx/aic79xx_core.c 		if (next_scb == NULL)
next_scb         6932 drivers/scsi/aic7xxx/aic79xx_core.c 			kfree(next_scb);
next_scb         6935 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->platform_data = pdata;
next_scb         6936 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->hscb_map = hscb_map;
next_scb         6937 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sg_map = sg_map;
next_scb         6938 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sense_map = sense_map;
next_scb         6939 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sg_list = segs;
next_scb         6940 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sense_data = sense_data;
next_scb         6941 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sense_busaddr = sense_busaddr;
next_scb         6943 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->hscb = hscb;
next_scb         6950 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->sg_list_busaddr = sg_busaddr;
next_scb         6952 drivers/scsi/aic7xxx/aic79xx_core.c 			next_scb->sg_list_busaddr
next_scb         6955 drivers/scsi/aic7xxx/aic79xx_core.c 			next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg);
next_scb         6956 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->ahd_softc = ahd;
next_scb         6957 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->flags = SCB_FLAG_NONE;
next_scb         6958 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->hscb->tag = ahd_htole16(scb_data->numscbs);
next_scb         6960 drivers/scsi/aic7xxx/aic79xx_core.c 		next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);
next_scb         6961 drivers/scsi/aic7xxx/aic79xx_core.c 		if (next_scb->col_scb != NULL)
next_scb         6962 drivers/scsi/aic7xxx/aic79xx_core.c 			next_scb->col_scb->col_scb = next_scb;
next_scb         6963 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_free_scb(ahd, next_scb);
next_scb         4961 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct scb *next_scb;
next_scb         4973 drivers/scsi/aic7xxx/aic7xxx_core.c 	next_scb = &scb_data->scbarray[scb_data->numscbs];
next_scb         5005 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->platform_data = pdata;
next_scb         5006 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->sg_map = sg_map;
next_scb         5007 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->sg_list = segs;
next_scb         5012 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
next_scb         5013 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->ahc_softc = ahc;
next_scb         5014 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->flags = SCB_FREE;
next_scb         5015 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->hscb = &scb_data->hscbs[scb_data->numscbs];
next_scb         5016 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb->hscb->tag = ahc->scb_data->numscbs;
next_scb         5018 drivers/scsi/aic7xxx/aic7xxx_core.c 				  next_scb, links.sle);
next_scb         5021 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb++;
next_scb         6073 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct scb *next_scb;
next_scb         6076 drivers/scsi/aic7xxx/aic7xxx_core.c 		next_scb = TAILQ_FIRST(untagged_q);
next_scb         6077 drivers/scsi/aic7xxx/aic7xxx_core.c 		while (next_scb != NULL) {
next_scb         6079 drivers/scsi/aic7xxx/aic7xxx_core.c 			scb = next_scb;
next_scb         6080 drivers/scsi/aic7xxx/aic7xxx_core.c 			next_scb = TAILQ_NEXT(scb, links.tqe);
next_scb          920 drivers/scsi/aic94xx/aic94xx_dump.c 		   le64_to_cpu(ascb->scb->header.next_scb),
next_scb          222 drivers/scsi/aic94xx/aic94xx_hwi.c 	seq->next_scb.size = sizeof(struct scb);
next_scb          223 drivers/scsi/aic94xx/aic94xx_hwi.c 	seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL,
next_scb          224 drivers/scsi/aic94xx/aic94xx_hwi.c 					     &seq->next_scb.dma_handle);
next_scb          225 drivers/scsi/aic94xx/aic94xx_hwi.c 	if (!seq->next_scb.vaddr) {
next_scb         1103 drivers/scsi/aic94xx/aic94xx_hwi.c 			last->scb->header.next_scb =
next_scb         1138 drivers/scsi/aic94xx/aic94xx_hwi.c 	memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb));
next_scb         1139 drivers/scsi/aic94xx/aic94xx_hwi.c 	ascb->dma_scb = seq->next_scb;
next_scb         1141 drivers/scsi/aic94xx/aic94xx_hwi.c 	seq->next_scb = t;
next_scb         1142 drivers/scsi/aic94xx/aic94xx_hwi.c 	last->scb->header.next_scb =
next_scb         1143 drivers/scsi/aic94xx/aic94xx_hwi.c 		cpu_to_le64(((u64)seq->next_scb.dma_handle));
next_scb          148 drivers/scsi/aic94xx/aic94xx_hwi.h 	struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */
next_scb          595 drivers/scsi/aic94xx/aic94xx_init.c 	if (asd_ha->seq.next_scb.vaddr) {
next_scb          596 drivers/scsi/aic94xx/aic94xx_init.c 		dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr,
next_scb          597 drivers/scsi/aic94xx/aic94xx_init.c 			      asd_ha->seq.next_scb.dma_handle);
next_scb          598 drivers/scsi/aic94xx/aic94xx_init.c 		asd_ha->seq.next_scb.vaddr = NULL;
next_scb          267 drivers/scsi/aic94xx/aic94xx_sas.h 	__le64 next_scb;
next_scb          419 drivers/scsi/aic94xx/aic94xx_scb.c 			    le64_to_cpu(ascb->scb->header.next_scb),
next_scb          585 drivers/scsi/aic94xx/aic94xx_scb.c 			    le64_to_cpu(ascb->scb->header.next_scb),
next_scb          551 drivers/scsi/aic94xx/aic94xx_seq.c 			   asd_ha->seq.next_scb.dma_handle);
next_scb          553 drivers/scsi/aic94xx/aic94xx_seq.c 		    (unsigned long long)asd_ha->seq.next_scb.dma_handle);
next_scb           99 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,     /* REQUIRED */
next_scb          286 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,     /* REQUIRED */
next_scb          354 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb          418 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb          475 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb          709 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb          755 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb          906 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,
next_scb         1045 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,       /* REQUIRED */
next_scb         1126 sound/pci/cs46xx/cs46xx_dsp_scb_types.h 	    next_scb,
next_scb           91 sound/pci/cs46xx/cs46xx_dsp_task_types.h 	    next_scb,