Home
last modified time | relevance | path

Searched refs:scb_dma (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c817 #define SCB_DMA_ADDR(scb, addr) ((unsigned long)(addr) + (scb)->scb_dma->dma_offset)
857 struct aic7xxx_scb_dma *scb_dma; member
2642 struct aic7xxx_scb_dma *scb_dma; in aic7xxx_allocate_scb() local
2676 scb_dma = (struct aic7xxx_scb_dma *)&scb_ap[scb_count]; in aic7xxx_allocate_scb()
2679 &scb_dma->dma_address); in aic7xxx_allocate_scb()
2698 scb_dma->dma_offset = (unsigned long)scb_dma->dma_address in aic7xxx_allocate_scb()
2700 scb_dma->dma_len = scb_size * scb_count; in aic7xxx_allocate_scb()
2709 scbp->scb_dma = scb_dma; in aic7xxx_allocate_scb()
8914 struct aic7xxx_scb_dma *scb_dma = NULL; in aic7xxx_free() local
8929 if (p->scb_data->scb_array[i]->scb_dma != scb_dma) in aic7xxx_free()
[all …]