/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 99 next_scb, /* REQUIRED */ 286 next_scb, /* REQUIRED */ 354 next_scb, /* REQUIRED */ 418 next_scb, /* REQUIRED */ 475 next_scb, /* REQUIRED */ 709 next_scb, /* REQUIRED */ 755 next_scb, /* REQUIRED */ 906 next_scb, 1045 next_scb, /* REQUIRED */ 1126 next_scb, [all...] |
H A D | cs46xx_dsp_task_types.h | 91 next_scb,
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 99 next_scb, /* REQUIRED */ 286 next_scb, /* REQUIRED */ 354 next_scb, /* REQUIRED */ 418 next_scb, /* REQUIRED */ 475 next_scb, /* REQUIRED */ 709 next_scb, /* REQUIRED */ 755 next_scb, /* REQUIRED */ 906 next_scb, 1045 next_scb, /* REQUIRED */ 1126 next_scb, [all...] |
H A D | cs46xx_dsp_task_types.h | 91 next_scb,
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 222 seq->next_scb.size = sizeof(struct scb); in asd_init_scbs() 223 seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL, in asd_init_scbs() 224 &seq->next_scb.dma_handle); in asd_init_scbs() 225 if (!seq->next_scb.vaddr) { in asd_init_scbs() 1078 * and by the next_scb field of the scb_header. 1103 last->scb->header.next_scb = in asd_ascb_alloc_list() 1118 * seq->next_scb keeps the address of this SCB. The sequencer will 1138 memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb)); in asd_swap_head_scb() 1139 ascb->dma_scb = seq->next_scb; in asd_swap_head_scb() 1141 seq->next_scb in asd_swap_head_scb() [all...] |
H A D | aic94xx_init.c | 600 if (asd_ha->seq.next_scb.vaddr) { in asd_destroy_ha_caches() 601 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr, in asd_destroy_ha_caches() 602 asd_ha->seq.next_scb.dma_handle); in asd_destroy_ha_caches() 603 asd_ha->seq.next_scb.vaddr = NULL; in asd_destroy_ha_caches()
|
H A D | aic94xx_hwi.h | 148 struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */ member
|
H A D | aic94xx_scb.c | 380 le64_to_cpu(ascb->scb->header.next_scb), in asd_invalidate_edb() 417 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete() 583 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
|
H A D | aic94xx_sas.h | 267 __le64 next_scb; member
|
H A D | aic94xx_seq.c | 551 asd_ha->seq.next_scb.dma_handle); in asd_init_cseq_mdp() 553 (unsigned long long)asd_ha->seq.next_scb.dma_handle); in asd_init_cseq_mdp()
|
H A D | aic94xx_dump.c | 920 le64_to_cpu(ascb->scb->header.next_scb),
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_hwi.c | 220 seq->next_scb.size = sizeof(struct scb); in asd_init_scbs() 221 seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL, in asd_init_scbs() 222 &seq->next_scb.dma_handle); in asd_init_scbs() 223 if (!seq->next_scb.vaddr) { in asd_init_scbs() 1076 * and by the next_scb field of the scb_header. 1101 last->scb->header.next_scb = in asd_ascb_alloc_list() 1116 * seq->next_scb keeps the address of this SCB. The sequencer will 1136 memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb)); in asd_swap_head_scb() 1137 ascb->dma_scb = seq->next_scb; in asd_swap_head_scb() 1139 seq->next_scb in asd_swap_head_scb() [all...] |
H A D | aic94xx_init.c | 600 if (asd_ha->seq.next_scb.vaddr) { in asd_destroy_ha_caches() 601 dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr, in asd_destroy_ha_caches() 602 asd_ha->seq.next_scb.dma_handle); in asd_destroy_ha_caches() 603 asd_ha->seq.next_scb.vaddr = NULL; in asd_destroy_ha_caches()
|
H A D | aic94xx_hwi.h | 148 struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */ member
|
H A D | aic94xx_scb.c | 384 le64_to_cpu(ascb->scb->header.next_scb), in asd_invalidate_edb() 421 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete() 587 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
|
H A D | aic94xx_sas.h | 267 __le64 next_scb; member
|
H A D | aic94xx_seq.c | 551 asd_ha->seq.next_scb.dma_handle); in asd_init_cseq_mdp() 553 (unsigned long long)asd_ha->seq.next_scb.dma_handle); in asd_init_cseq_mdp()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 6643 struct scb *next_scb; in ahd_rem_col_list() local 6650 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list() 6651 if (next_scb != NULL) { in ahd_rem_col_list() 6653 next_scb, links.tqe); in ahd_rem_col_list() 6755 struct scb *next_scb; in ahd_alloc_scbs() local 6886 next_scb = kmalloc(sizeof(*next_scb), GFP_ATOMIC); in ahd_alloc_scbs() 6887 if (next_scb == NULL) in ahd_alloc_scbs() 6892 kfree(next_scb); in ahd_alloc_scbs() 6895 next_scb in ahd_alloc_scbs() [all...] |
H A D | aic7xxx_core.c | 4933 struct scb *next_scb; in ahc_alloc_scbs() local 4945 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs() 4977 next_scb->platform_data = pdata; in ahc_alloc_scbs() 4978 next_scb->sg_map = sg_map; in ahc_alloc_scbs() 4979 next_scb->sg_list = segs; in ahc_alloc_scbs() 4984 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs() 4985 next_scb->ahc_softc = ahc; in ahc_alloc_scbs() 4986 next_scb->flags = SCB_FREE; in ahc_alloc_scbs() 4987 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs() 4988 next_scb in ahc_alloc_scbs() 6045 struct scb *next_scb; ahc_search_untagged_queues() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 6642 struct scb *next_scb; in ahd_rem_col_list() local 6649 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list() 6650 if (next_scb != NULL) { in ahd_rem_col_list() 6652 next_scb, links.tqe); in ahd_rem_col_list() 6754 struct scb *next_scb; in ahd_alloc_scbs() local 6885 next_scb = kmalloc(sizeof(*next_scb), GFP_ATOMIC); in ahd_alloc_scbs() 6886 if (next_scb == NULL) in ahd_alloc_scbs() 6891 kfree(next_scb); in ahd_alloc_scbs() 6894 next_scb in ahd_alloc_scbs() [all...] |
H A D | aic7xxx_core.c | 4932 struct scb *next_scb; in ahc_alloc_scbs() local 4944 next_scb = &scb_data->scbarray[scb_data->numscbs]; in ahc_alloc_scbs() 4976 next_scb->platform_data = pdata; in ahc_alloc_scbs() 4977 next_scb->sg_map = sg_map; in ahc_alloc_scbs() 4978 next_scb->sg_list = segs; in ahc_alloc_scbs() 4983 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs() 4984 next_scb->ahc_softc = ahc; in ahc_alloc_scbs() 4985 next_scb->flags = SCB_FREE; in ahc_alloc_scbs() 4986 next_scb->hscb = &scb_data->hscbs[scb_data->numscbs]; in ahc_alloc_scbs() 4987 next_scb in ahc_alloc_scbs() 6040 struct scb *next_scb; ahc_search_untagged_queues() local [all...] |