Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c252 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode()
330 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode()
455 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode()
H A Ddwxgmac2_dma.c165 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwxgmac2_dma_rx_mode()
240 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode()
492 if (qmode != MTL_QUEUE_AVB) { in dwxgmac2_qmode()
H A Dstmmac_platform.c184 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
254 plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
H A Dstmmac_tc.c353 ret = stmmac_dma_qmode(priv, priv->ioaddr, queue, MTL_QUEUE_AVB); in tc_setup_cbs()
357 priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in tc_setup_cbs()
H A Ddwxgmac2_core.c89 if (mode == MTL_QUEUE_AVB) in dwxgmac2_rx_queue_enable()
1507 if (mode == MTL_QUEUE_AVB) in dwxlgmac2_rx_queue_enable()
H A Ddwmac4_core.c66 if (mode == MTL_QUEUE_AVB) in dwmac4_rx_queue_enable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h47 #define MTL_QUEUE_AVB 0x0 macro