Home
last modified time | relevance | path

Searched refs:rxfifosz (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c129 static u32 dwmac1000_configure_fc(u32 csr6, int rxfifosz) in dwmac1000_configure_fc() argument
138 if (rxfifosz < 4096) { in dwmac1000_configure_fc()
141 rxfifosz); in dwmac1000_configure_fc()
H A Dstmmac_main.c1985 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_dma_operation_mode() local
1992 if (rxfifosz == 0) in stmmac_dma_operation_mode()
1993 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_dma_operation_mode()
1998 rxfifosz /= rx_channels_count; in stmmac_dma_operation_mode()
2025 rxfifosz, qmode); in stmmac_dma_operation_mode()
2198 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_set_dma_operation_mode() local
2201 if (rxfifosz == 0) in stmmac_set_dma_operation_mode()
2202 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_set_dma_operation_mode()
2207 rxfifosz /= rx_channels_count; in stmmac_set_dma_operation_mode()
2210 stmmac_dma_rx_mode(priv, priv->ioaddr, rxmode, chan, rxfifosz, rxqmod in stmmac_set_dma_operation_mode()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c131 static u32 dwmac1000_configure_fc(u32 csr6, int rxfifosz) in dwmac1000_configure_fc() argument
140 if (rxfifosz < 4096) { in dwmac1000_configure_fc()
143 rxfifosz); in dwmac1000_configure_fc()
H A Dstmmac_main.c2369 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_dma_operation_mode() local
2376 if (rxfifosz == 0) in stmmac_dma_operation_mode()
2377 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_dma_operation_mode()
2382 rxfifosz /= rx_channels_count; in stmmac_dma_operation_mode()
2412 rxfifosz, qmode); in stmmac_dma_operation_mode()
2774 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_set_dma_operation_mode() local
2777 if (rxfifosz == 0) in stmmac_set_dma_operation_mode()
2778 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_set_dma_operation_mode()
2783 rxfifosz /= rx_channels_count; in stmmac_set_dma_operation_mode()
2786 stmmac_dma_rx_mode(priv, priv->ioaddr, rxmode, chan, rxfifosz, rxqmod in stmmac_set_dma_operation_mode()
[all...]
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2703 musb->context.index_regs[i].rxfifosz = in musb_save_context()
2781 musb->context.index_regs[i].rxfifosz); in musb_restore_context()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_core.h256 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2699 musb->context.index_regs[i].rxfifosz = in musb_save_context()
2771 musb->context.index_regs[i].rxfifosz); in musb_restore_context()

Completed in 19 milliseconds