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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
1083 * and by the next_scb field of the scb_header.
1108 last->scb->header.next_scb =
1123 * seq->next_scb keeps the address of this SCB. The sequencer will
1143 memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb));
1144 ascb->dma_scb = seq->next_scb;
1146 seq->next_scb
[all...]
H A Daic94xx_init.c630 if (asd_ha->seq.next_scb.vaddr) {
631 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr,
632 asd_ha->seq.next_scb.dma_handle);
633 asd_ha->seq.next_scb.vaddr = NULL;
H A Daic94xx_hwi.h166 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),
602 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.c569 asd_ha->seq.next_scb.dma_handle);
571 (unsigned long long)asd_ha->seq.next_scb.dma_handle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6617 struct scb *next_scb; local
6624 next_scb = LIST_NEXT(scb, collision_links);
6625 if (next_scb != NULL) {
6627 next_scb, links.tqe);
6729 struct scb *next_scb; local
6863 next_scb = kmalloc(sizeof(*next_scb), GFP_ATOMIC);
6864 if (next_scb == NULL)
6869 kfree(next_scb);
6872 next_scb
[all...]
H A Daic7xxx_core.c4918 struct scb *next_scb; local
4930 next_scb = &scb_data->scbarray[scb_data->numscbs];
4964 next_scb->platform_data = pdata;
4965 next_scb->sg_map = sg_map;
4966 next_scb->sg_list = segs;
4971 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
4972 next_scb->ahc_softc = ahc;
4973 next_scb->flags = SCB_FREE;
4976 &next_scb->dmamap);
4980 next_scb
6051 struct scb *next_scb; local
[all...]

Completed in 260 milliseconds