Lines Matching defs:dma_handle
834 dma_addr_t dma_handle;
840 size * TW_Q_LENGTH, &dma_handle, GFP_KERNEL);
849 cpu_addr, dma_handle);
858 tw_dev->command_packet_physical_address[i] = dma_handle+(i*size);
862 tw_dev->alignment_physical_address[i] = dma_handle+(i*size);
878 dma_addr_t dma_handle;
915 cpu_addr = dma_alloc_coherent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_New_Ioctl), &dma_handle, GFP_KERNEL);
969 tw_ioctl->firmware_command.byte8.param.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl);
973 tw_ioctl->firmware_command.byte8.io.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl);
977 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl);
1025 dma_free_coherent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_New_Ioctl), cpu_addr, dma_handle);