Searched refs:MTL_QUEUE_AVB (Results 1 – 7 of 7) sorted by relevance
224 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode()317 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode()416 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode()
162 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwxgmac2_dma_rx_mode()247 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode()476 if (qmode != MTL_QUEUE_AVB) { in dwxgmac2_qmode()
329 ret = stmmac_dma_qmode(priv, priv->ioaddr, queue, MTL_QUEUE_AVB); in tc_setup_cbs()333 priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in tc_setup_cbs()
182 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()252 plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
66 if (mode == MTL_QUEUE_AVB) in dwmac4_rx_queue_enable()
88 if (mode == MTL_QUEUE_AVB) in dwxgmac2_rx_queue_enable()
46 #define MTL_QUEUE_AVB 0x0 macro