Searched refs:next_scb (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_scb_types.h114 next_scb, /* REQUIRED */
301 next_scb, /* REQUIRED */
360 next_scb, /* REQUIRED */
424 next_scb, /* REQUIRED */
481 next_scb, /* REQUIRED */
715 next_scb, /* REQUIRED */
761 next_scb, /* REQUIRED */
910 next_scb,
1049 next_scb, /* REQUIRED */
1130 next_scb,
[all...]
H A Dcs46xx_dsp_task_types.h106 next_scb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c236 seq->next_scb.size = sizeof(struct scb);
237 seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL,
238 &seq->next_scb.dma_handle);
239 if (!seq->next_scb.vaddr) {
1084 * and by the next_scb field of the scb_header.
1109 last->scb->header.next_scb =
1124 * seq->next_scb keeps the address of this SCB. The sequencer will
1144 memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb));
1145 ascb->dma_scb = seq->next_scb;
1147 seq->next_scb
[all...]
H A Daic94xx_init.c450 if (asd_ha->seq.next_scb.vaddr) {
451 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr,
452 asd_ha->seq.next_scb.dma_handle);
453 asd_ha->seq.next_scb.vaddr = NULL;
H A Daic94xx_hwi.h177 struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */ member in struct:asd_seq_data
H A Daic94xx_scb.c399 le64_to_cpu(ascb->scb->header.next_scb),
436 le64_to_cpu(ascb->scb->header.next_scb),
596 le64_to_cpu(ascb->scb->header.next_scb),
H A Daic94xx_sas.h285 __le64 next_scb; member in struct:scb_header
H A Daic94xx_seq.c589 asd_ha->seq.next_scb.dma_handle);
591 (unsigned long long)asd_ha->seq.next_scb.dma_handle);
H A Daic94xx_dump.c932 le64_to_cpu(ascb->scb->header.next_scb),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c5894 struct scb *next_scb; local
5901 next_scb = LIST_NEXT(scb, collision_links);
5902 if (next_scb != NULL) {
5904 next_scb, links.tqe);
6007 struct scb *next_scb; local
6141 next_scb = (struct scb *)malloc(sizeof(*next_scb),
6143 if (next_scb == NULL)
6149 free(next_scb, M_DEVBUF);
6152 next_scb
[all...]
H A Daic7xxx_core.c4365 struct scb *next_scb; local
4377 next_scb = &scb_data->scbarray[scb_data->numscbs];
4412 next_scb->platform_data = pdata;
4413 next_scb->sg_map = sg_map;
4414 next_scb->sg_list = segs;
4419 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4420 next_scb->ahc_softc = ahc;
4421 next_scb->flags = SCB_FREE;
4424 &next_scb->dmamap);
4428 next_scb
5498 struct scb *next_scb; local
[all...]

Completed in 123 milliseconds