Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dips.c4396 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local
4403 &command_dma); in ips_allocatescbs()
4413 command_dma); in ips_allocatescbs()
4421 scb_p->scb_busaddr = command_dma + sizeof (ips_scb_t) * i; in ips_allocatescbs()
4650 dma_addr_t command_dma; in ips_flush_and_reset() local
4653 scb = pci_alloc_consistent(ha->pcidev, sizeof(ips_scb_t), &command_dma); in ips_flush_and_reset()
4657 scb->scb_busaddr = command_dma; in ips_flush_and_reset()
4688 pci_free_consistent(ha->pcidev, sizeof(ips_scb_t), scb, command_dma); in ips_flush_and_reset()