Searched refs:dma_scb (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.h | 135 struct asd_dma_tok dma_scb; member 292 ascb->scb = ascb->dma_scb.vaddr; in asd_init_ascb() 348 dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr, in asd_ascb_free() 349 ascb->dma_scb.dma_handle); in asd_ascb_free()
|
D | aic94xx_hwi.c | 1057 ascb->dma_scb.size = sizeof(struct scb); in asd_ascb_alloc() 1058 ascb->dma_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, in asd_ascb_alloc() 1060 &ascb->dma_scb.dma_handle); in asd_ascb_alloc() 1061 if (!ascb->dma_scb.vaddr) { in asd_ascb_alloc() 1065 memset(ascb->dma_scb.vaddr, 0, sizeof(struct scb)); in asd_ascb_alloc() 1079 dma_pool_free(asd_ha->scb_pool, ascb->dma_scb.vaddr, in asd_ascb_alloc() 1080 ascb->dma_scb.dma_handle); in asd_ascb_alloc() 1121 cpu_to_le64(((u64)ascb->dma_scb.dma_handle)); in asd_ascb_alloc_list() 1153 struct asd_dma_tok t = ascb->dma_scb; in asd_swap_head_scb() 1156 ascb->dma_scb = seq->next_scb; in asd_swap_head_scb() [all …]
|
D | aic94xx_scb.c | 434 ascb->dma_scb.vaddr, in escb_tasklet_complete() 435 (unsigned long long)ascb->dma_scb.dma_handle, in escb_tasklet_complete() 600 ascb->dma_scb.vaddr, in escb_tasklet_complete() 601 (unsigned long long)ascb->dma_scb.dma_handle, in escb_tasklet_complete()
|
D | aic94xx_dump.c | 935 ind, ascb->dma_scb.vaddr, 936 (unsigned long long)ascb->dma_scb.dma_handle,
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 132 mov RETURN_2 call dma_scb; 828 mov SCB_TAG call dma_scb; 836 mov SCB_TAG call dma_scb; 1214 mov ARG_1 jmp dma_scb; 1351 dma_scb: 1524 mov SCB_TAG call dma_scb;
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 121 mov ARG_1 call dma_scb; 505 mov TARG_IMMEDIATE_SCB call dma_scb; 1664 mov SCB_TAG call dma_scb; 2074 mov ARG_1 jmp dma_scb; 2194 dma_scb: 2377 mov SCB_TAG jmp dma_scb;
|
D | aic79xx.seq | 473 mvi CCARREN|CCSCBEN|CCSCBDIR|CCSCBRESET jmp dma_scb; 477 mvi CCARREN|CCSCBEN|CCSCBRESET jmp dma_scb; 490 dma_scb:
|