Searched refs:txfifosz (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1986 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local 1994 if (txfifosz == 0) in stmmac_dma_operation_mode() 1995 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode() 1999 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode() 2034 txfifosz, qmode); in stmmac_dma_operation_mode() 2199 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local 2203 if (txfifosz == 0) in stmmac_set_dma_operation_mode() 2204 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode() 2208 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode() 2211 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmod in stmmac_set_dma_operation_mode() 4117 int txfifosz = priv->plat->tx_fifo_size; stmmac_change_mtu() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 2370 int txfifosz = priv->plat->tx_fifo_size; in stmmac_dma_operation_mode() local 2378 if (txfifosz == 0) in stmmac_dma_operation_mode() 2379 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_dma_operation_mode() 2383 txfifosz /= tx_channels_count; in stmmac_dma_operation_mode() 2430 txfifosz, qmode); in stmmac_dma_operation_mode() 2775 int txfifosz = priv->plat->tx_fifo_size; in stmmac_set_dma_operation_mode() local 2779 if (txfifosz == 0) in stmmac_set_dma_operation_mode() 2780 txfifosz = priv->dma_cap.tx_fifo_size; in stmmac_set_dma_operation_mode() 2784 txfifosz /= tx_channels_count; in stmmac_set_dma_operation_mode() 2787 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmod in stmmac_set_dma_operation_mode() 5712 int txfifosz = priv->plat->tx_fifo_size; stmmac_change_mtu() local [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_core.h | 256 u8 rxfifosz, txfifosz; member
|
H A D | musb_core.c | 2697 musb->context.index_regs[i].txfifosz = in musb_save_context() 2769 musb->context.index_regs[i].txfifosz); in musb_restore_context()
|
Completed in 18 milliseconds