Searched refs:txfifosz (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 654 int txfifosz = priv->plat->tx_fifo_size; in uio_dma_operation_mode() local 662 if (txfifosz == 0) in uio_dma_operation_mode() 663 txfifosz = priv->dma_cap.tx_fifo_size; in uio_dma_operation_mode() 667 txfifosz /= tx_channels_count; in uio_dma_operation_mode() 701 txfifosz, qmode); in uio_dma_operation_mode()
|
| H A D | stmmac_main.c | 1989 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local 1997 if (txfifosz == 0) in stmmac_dma_operation_mode() 1998 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode() 2002 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode() 2037 txfifosz, qmode); in stmmac_dma_operation_mode() 2202 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local 2206 if (txfifosz == 0) in stmmac_set_dma_operation_mode() 2207 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode() 2211 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode() 2214 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode() [all …]
|
| H A D | dwmac-rk-tool.c | 1124 int txfifosz = priv->plat->tx_fifo_size; in dwmac_rk_dma_operation_mode() local 1132 if (txfifosz == 0) in dwmac_rk_dma_operation_mode() 1133 txfifosz = priv->dma_cap.tx_fifo_size; in dwmac_rk_dma_operation_mode() 1137 txfifosz /= tx_channels_count; in dwmac_rk_dma_operation_mode() 1153 txfifosz, qmode); in dwmac_rk_dma_operation_mode()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_core.h | 80 u8 txfifosz; member
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 737 + int txfifosz = priv->plat->tx_fifo_size; 745 + if (txfifosz == 0) 746 + txfifosz = priv->dma_cap.tx_fifo_size; 750 + txfifosz /= tx_channels_count; 784 + txfifosz, qmode);
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 889 + int txfifosz = priv->plat->tx_fifo_size; 897 + if (txfifosz == 0) 898 + txfifosz = priv->dma_cap.tx_fifo_size; 902 + txfifosz /= tx_channels_count; 936 + txfifosz, 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 | 2268 musb->context.index_regs[i].txfifosz = in musb_save_context() 2341 musb->context.index_regs[i].txfifosz); 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 | 2701 musb->context.index_regs[i].txfifosz = in musb_save_context() 2779 musb->context.index_regs[i].txfifosz); in musb_restore_context()
|