Searched refs:hw_ring (Results 1 – 3 of 3) sorted by relevance
114 struct plx_dma_hw_std_desc *hw_ring; member 393 desc->hw = &plxdev->hw_ring[i]; in plx_dma_alloc_desc() 410 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_alloc_chan_resources() 414 plxdev->hw_ring = dma_alloc_coherent(plxdev->dma_dev.dev, ring_sz, in plx_dma_alloc_chan_resources() 416 if (!plxdev->hw_ring) in plx_dma_alloc_chan_resources() 447 dma_free_coherent(plxdev->dma_dev.dev, ring_sz, plxdev->hw_ring, in plx_dma_alloc_chan_resources() 455 size_t ring_sz = PLX_DMA_RING_COUNT * sizeof(*plxdev->hw_ring); in plx_dma_free_chan_resources() 483 dma_free_coherent(plxdev->dma_dev.dev, ring_sz, plxdev->hw_ring, in plx_dma_free_chan_resources()
255 bool hw_ring; member
757 mhi_event->hw_ring = event_cfg->hardware_event; in parse_ev_cfg() 758 if (mhi_event->hw_ring) in parse_ev_cfg()