Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c197 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_rx_chan_op_mode() argument
227 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode()
279 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_tx_chan_op_mode() argument
320 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode()
410 static void dwmac4_qmode(void __iomem *ioaddr, u32 channel, u8 qmode) in dwmac4_qmode() argument
415 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode()
457 .qmode = dwmac4_qmode,
485 .qmode = dwmac4_qmode,
Ddwmac1000_dma.c161 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_rx() argument
189 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_tx() argument
Ddwxgmac2_dma.c128 u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_rx_mode() argument
158 u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_tx_mode() argument
186 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode()
Dhwif.h161 int fifosz, u8 qmode);
163 int fifosz, u8 qmode);
186 void (*qmode)(void __iomem *ioaddr, u32 channel, u8 qmode); member
241 stmmac_do_void_callback(__priv, dma, qmode, __args)
Ddwmac100_dma.c64 u32 channel, int fifosz, u8 qmode) in dwmac100_dma_operation_mode_tx() argument
Ddwmac-sun8i.c452 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_rx() argument
475 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_tx() argument
Dstmmac_main.c1796 u8 qmode = 0; in stmmac_dma_operation_mode() local
1828 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
1831 rxfifosz, qmode); in stmmac_dma_operation_mode()
1837 qmode = priv->plat->tx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
1840 txfifosz, qmode); in stmmac_dma_operation_mode()