Lines Matching refs:tc
91 static int tc = TC_DEFAULT; variable
92 module_param(tc, int, S_IRUGO | S_IWUSR);
93 MODULE_PARM_DESC(tc, "DMA threshold control value");
1286 priv->hw->dma->dma_mode(priv->ioaddr, tc, tc, rxfifosz); in stmmac_dma_operation_mode()
1299 priv->hw->dma->dma_mode(priv->ioaddr, tc, SF_DMA_MODE, in stmmac_dma_operation_mode()
1464 (tc <= 256)) { in stmmac_dma_interrupt()
1465 tc += 64; in stmmac_dma_interrupt()
1467 priv->hw->dma->dma_mode(priv->ioaddr, tc, tc, in stmmac_dma_interrupt()
1470 priv->hw->dma->dma_mode(priv->ioaddr, tc, in stmmac_dma_interrupt()
1472 priv->xstats.threshold = tc; in stmmac_dma_interrupt()
1795 priv->xstats.threshold = tc; in stmmac_open()
3127 if (kstrtoint(opt + 3, 0, &tc)) in stmmac_cmdline_opt()