Searched refs:qmode (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac4_dma.c | 197 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,
|
D | dwmac1000_dma.c | 161 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
|
D | dwxgmac2_dma.c | 128 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()
|
D | hwif.h | 161 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)
|
D | dwmac100_dma.c | 64 u32 channel, int fifosz, u8 qmode) in dwmac100_dma_operation_mode_tx() argument
|
D | dwmac-sun8i.c | 452 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
|
D | stmmac_main.c | 1796 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()
|