Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c3215 if (Command->DmaDirection == PCI_DMA_FROMDEVICE) in DAC960_V1_QueueReadWriteCommand()
3230 if (Command->DmaDirection == PCI_DMA_FROMDEVICE) in DAC960_V1_QueueReadWriteCommand()
3268 (Command->DmaDirection == PCI_DMA_FROMDEVICE); in DAC960_V2_QueueReadWriteCommand()
3277 (Command->DmaDirection == PCI_DMA_FROMDEVICE ? 0x28 : 0x2A); in DAC960_V2_QueueReadWriteCommand()
3342 Command->DmaDirection = PCI_DMA_FROMDEVICE; in DAC960_process_queue()
3345 Command->DmaDirection = PCI_DMA_TODEVICE; in DAC960_process_queue()
3358 Command->SegmentCount, Command->DmaDirection); in DAC960_process_queue()
3422 if (Command->DmaDirection == PCI_DMA_FROMDEVICE) in DAC960_queue_partial_rw()
3435 (void)pci_map_sg(Controller->PCIDevice, Command->cmd_sglist, 1, Command->DmaDirection); in DAC960_queue_partial_rw()
3470 Command->SegmentCount, Command->DmaDirection); in DAC960_ProcessCompletedRequest()
DDAC960.h2235 int DmaDirection; member