Home
last modified time | relevance | path

Searched refs:MTL_QUEUE_AVB (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c227 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode()
320 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode()
415 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode()
Dstmmac_tc.c309 ret = stmmac_dma_qmode(priv, priv->ioaddr, queue, MTL_QUEUE_AVB); in tc_setup_cbs()
313 priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in tc_setup_cbs()
Dstmmac_platform.c189 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
259 plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
Ddwxgmac2_core.c95 if (mode == MTL_QUEUE_AVB) in dwxgmac2_rx_queue_enable()
Ddwxgmac2_dma.c186 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode()
Ddwmac4_core.c75 if (mode == MTL_QUEUE_AVB) in dwmac4_rx_queue_enable()
/Linux-v4.19/include/linux/
Dstmmac.h60 #define MTL_QUEUE_AVB 0x0 macro