Home
last modified time | relevance | path

Searched refs:rxfifosz (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/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_uio.c653 int rxfifosz = priv->plat->rx_fifo_size; in uio_dma_operation_mode() local
660 if (rxfifosz == 0) in uio_dma_operation_mode()
661 rxfifosz = priv->dma_cap.rx_fifo_size; in uio_dma_operation_mode()
666 rxfifosz /= rx_channels_count; in uio_dma_operation_mode()
692 rxfifosz, qmode); in uio_dma_operation_mode()
H A Ddwmac-rk-tool.c1123 int rxfifosz = priv->plat->rx_fifo_size; in dwmac_rk_dma_operation_mode() local
1130 if (rxfifosz == 0) in dwmac_rk_dma_operation_mode()
1131 rxfifosz = priv->dma_cap.rx_fifo_size; in dwmac_rk_dma_operation_mode()
1136 rxfifosz /= rx_channels_count; in dwmac_rk_dma_operation_mode()
1144 rxfifosz, qmode); in dwmac_rk_dma_operation_mode()
H A Dstmmac_main.c1988 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_dma_operation_mode() local
1995 if (rxfifosz == 0) in stmmac_dma_operation_mode()
1996 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_dma_operation_mode()
2001 rxfifosz /= rx_channels_count; in stmmac_dma_operation_mode()
2028 rxfifosz, qmode); in stmmac_dma_operation_mode()
2201 int rxfifosz = priv->plat->rx_fifo_size; in stmmac_set_dma_operation_mode() local
2204 if (rxfifosz == 0) in stmmac_set_dma_operation_mode()
2205 rxfifosz = priv->dma_cap.rx_fifo_size; in stmmac_set_dma_operation_mode()
2210 rxfifosz /= rx_channels_count; in stmmac_set_dma_operation_mode()
2213 stmmac_dma_rx_mode(priv, priv->ioaddr, rxmode, chan, rxfifosz, rxqmode); in stmmac_set_dma_operation_mode()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_core.h81 u8 rxfifosz; member
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff736 + int rxfifosz = priv->plat->rx_fifo_size;
743 + if (rxfifosz == 0)
744 + rxfifosz = priv->dma_cap.rx_fifo_size;
749 + rxfifosz /= rx_channels_count;
775 + rxfifosz, qmode);
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff888 + int rxfifosz = priv->plat->rx_fifo_size;
895 + if (rxfifosz == 0)
896 + rxfifosz = priv->dma_cap.rx_fifo_size;
901 + rxfifosz /= rx_channels_count;
927 + rxfifosz, qmode);
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h292 u8 rxfifosz, txfifosz; member
H A Dmusb_core.c2270 musb->context.index_regs[i].rxfifosz = in musb_save_context()
2343 musb->context.index_regs[i].rxfifosz); in musb_restore_context()
/OK3568_Linux_fs/kernel/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()