Searched refs:rxfifosz (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac1000_dma.c | 129 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 D | stmmac_uio.c | 653 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 D | dwmac-rk-tool.c | 1123 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 D | stmmac_main.c | 1988 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 D | musb_core.h | 81 u8 rxfifosz; member
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 736 + 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 D | kernel_net_stmmac.diff | 888 + 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 D | musb_core.h | 292 u8 rxfifosz, txfifosz; member
|
| H A D | musb_core.c | 2270 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 D | musb_core.h | 256 u8 rxfifosz, txfifosz; member
|
| H A D | musb_core.c | 2703 musb->context.index_regs[i].rxfifosz = in musb_save_context() 2781 musb->context.index_regs[i].rxfifosz); in musb_restore_context()
|