Home
last modified time | relevance | path

Searched full:ring_active (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/dma/
H A Dplx_dma.c111 bool ring_active; member
260 if (!plxdev->ring_active) in plx_dma_prep_memcpy()
368 if (status & PLX_REG_INTR_STATUS_DESC_DONE && plxdev->ring_active) in plx_dma_isr()
439 plxdev->ring_active = true; in plx_dma_alloc_chan_resources()
460 plxdev->ring_active = false; in plx_dma_free_chan_resources()
603 plxdev->ring_active = false; in plx_dma_remove()
H A Dswitchtec_dma.c140 bool ring_active; member
628 if (!swdma_chan->ring_active) in switchtec_dma_prep_desc()
997 swdma_chan->ring_active = true; in switchtec_dma_alloc_chan_resources()
1036 swdma_chan->ring_active = false; in switchtec_dma_free_chan_resources()
1133 swdma_chan->ring_active = false; in switchtec_dma_chan_free()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-dma-ioatdma8 What: /sys/devices/pciXXXX:XX/0000:XX:XX.X/dma/dma<n>chan<n>/quickdata/ring_active
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c204 " rx_rings[%i]: next_to_use = %d, next_to_clean = %d, ring_active = %i\n", in i40e_dbg_dump_vsi_seid()
208 rx_ring->ring_active); in i40e_dbg_dump_vsi_seid()
243 " tx_rings[%i]: next_to_use = %d, next_to_clean = %d, ring_active = %i\n", in i40e_dbg_dump_vsi_seid()
247 tx_ring->ring_active); in i40e_dbg_dump_vsi_seid()
283 " xdp_rings[%i]: next_to_use = %d, next_to_clean = %d, ring_active = %i\n", in i40e_dbg_dump_vsi_seid()
287 xdp_ring->ring_active); in i40e_dbg_dump_vsi_seid()
H A Di40e_txrx.h373 bool ring_active; /* is ring online or not */ member
H A Di40e_main.c11724 ring->ring_active = false; in i40e_alloc_rings()
11741 ring->ring_active = false; in i40e_alloc_rings()
11757 ring->ring_active = false; in i40e_alloc_rings()