Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c255 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_rx_chan_op_mode() argument
286 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwmac4_dma_rx_chan_op_mode()
324 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_tx_chan_op_mode() argument
367 if (qmode != MTL_QUEUE_AVB) in dwmac4_dma_tx_chan_op_mode()
492 u32 channel, u8 qmode) in dwmac4_qmode() argument
499 if (qmode != MTL_QUEUE_AVB) in dwmac4_qmode()
583 .qmode = dwmac4_qmode,
612 .qmode = dwmac4_qmode,
Ddwxgmac2_dma.c147 int mode, u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_rx_mode() argument
169 if ((fifosz >= 4096) && (qmode != MTL_QUEUE_AVB)) { in dwxgmac2_dma_rx_mode()
213 int mode, u32 channel, int fifosz, u8 qmode) in dwxgmac2_dma_tx_mode() argument
244 if (qmode != MTL_QUEUE_AVB) in dwxgmac2_dma_tx_mode()
548 u32 channel, u8 qmode) in dwxgmac2_qmode() argument
554 if (qmode != MTL_QUEUE_AVB) { in dwxgmac2_qmode()
640 .qmode = dwxgmac2_qmode,
Ddwmac1000_dma.c154 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_rx() argument
183 u32 channel, int fifosz, u8 qmode) in dwmac1000_dma_operation_mode_tx() argument
Ddwmac100_dma.c55 u32 channel, int fifosz, u8 qmode) in dwmac100_dma_operation_mode_tx() argument
Dhwif.h187 int fifosz, u8 qmode);
189 int mode, u32 channel, int fifosz, u8 qmode);
224 void (*qmode)(struct stmmac_priv *priv, void __iomem *ioaddr, member
225 u32 channel, u8 qmode);
283 stmmac_do_void_callback(__priv, dma, qmode, __priv, __args)
Ddwmac-sun8i.c514 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_rx() argument
538 u32 channel, int fifosz, u8 qmode) in sun8i_dwmac_dma_operation_mode_tx() argument
Dstmmac_main.c2373 u8 qmode = 0; in stmmac_dma_operation_mode() local
2408 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
2411 rxfifosz, qmode); in stmmac_dma_operation_mode()
2426 qmode = priv->plat->tx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
2429 txfifosz, qmode); in stmmac_dma_operation_mode()