Lines Matching refs:tc
92 static int tc = TC_DEFAULT; variable
93 module_param(tc, int, S_IRUGO | S_IWUSR);
94 MODULE_PARM_DESC(tc, "DMA threshold control value");
1294 priv->hw->dma->dma_mode(priv->ioaddr, tc, tc, rxfifosz); in stmmac_dma_operation_mode()
1307 priv->hw->dma->dma_mode(priv->ioaddr, tc, SF_DMA_MODE, in stmmac_dma_operation_mode()
1472 (tc <= 256)) { in stmmac_dma_interrupt()
1473 tc += 64; in stmmac_dma_interrupt()
1475 priv->hw->dma->dma_mode(priv->ioaddr, tc, tc, in stmmac_dma_interrupt()
1478 priv->hw->dma->dma_mode(priv->ioaddr, tc, in stmmac_dma_interrupt()
1480 priv->xstats.threshold = tc; in stmmac_dma_interrupt()
1803 priv->xstats.threshold = tc; in stmmac_open()
3153 if (kstrtoint(opt + 3, 0, &tc)) in stmmac_cmdline_opt()