txfifosz         1812 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	int txfifosz = priv->plat->tx_fifo_size;
txfifosz         1820 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (txfifosz == 0)
txfifosz         1821 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		txfifosz = priv->dma_cap.tx_fifo_size;
txfifosz         1825 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	txfifosz /= tx_channels_count;
txfifosz         1860 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 				txfifosz, qmode);
txfifosz         2027 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	int txfifosz = priv->plat->tx_fifo_size;
txfifosz         2031 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (txfifosz == 0)
txfifosz         2032 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		txfifosz = priv->dma_cap.tx_fifo_size;
txfifosz         2036 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	txfifosz /= tx_channels_count;
txfifosz         2039 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode);
txfifosz         3754 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	int txfifosz = priv->plat->tx_fifo_size;
txfifosz         3756 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (txfifosz == 0)
txfifosz         3757 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		txfifosz = priv->dma_cap.tx_fifo_size;
txfifosz         3759 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	txfifosz /= priv->plat->tx_queues_to_use;
txfifosz         3769 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if ((txfifosz < new_mtu) || (new_mtu > BUF_SIZE_16KiB))
txfifosz         2540 drivers/usb/musb/musb_core.c 			musb->context.index_regs[i].txfifosz =
txfifosz         2618 drivers/usb/musb/musb_core.c 				musb->context.index_regs[i].txfifosz);
txfifosz          247 drivers/usb/musb/musb_core.h 	u8 rxfifosz, txfifosz;