Home
last modified time | relevance | path

Searched refs:DMA_DSRX_FIRST_QUEUE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-reg.h525 #define DMA_DSRX_FIRST_QUEUE 3 macro
H A Ddwc-xlgmac-hw.c463 if (channel->queue_index < DMA_DSRX_FIRST_QUEUE) { in xlgmac_prepare_tx_stop()
468 tx_qidx = channel->queue_index - DMA_DSRX_FIRST_QUEUE; in xlgmac_prepare_tx_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-reg.h525 #define DMA_DSRX_FIRST_QUEUE 3 macro
H A Ddwc-xlgmac-hw.c463 if (channel->queue_index < DMA_DSRX_FIRST_QUEUE) { in xlgmac_prepare_tx_stop()
468 tx_qidx = channel->queue_index - DMA_DSRX_FIRST_QUEUE; in xlgmac_prepare_tx_stop()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-common.h171 #define DMA_DSRX_FIRST_QUEUE 3 macro
H A Dxgbe-dev.c3257 if (queue < DMA_DSRX_FIRST_QUEUE) { in xgbe_prepare_tx_stop()
3261 tx_qidx = queue - DMA_DSRX_FIRST_QUEUE; in xgbe_prepare_tx_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-common.h171 #define DMA_DSRX_FIRST_QUEUE 3 macro
H A Dxgbe-dev.c3307 if (queue < DMA_DSRX_FIRST_QUEUE) { in xgbe_prepare_tx_stop()
3311 tx_qidx = queue - DMA_DSRX_FIRST_QUEUE; in xgbe_prepare_tx_stop()

Completed in 27 milliseconds