Lines Matching refs:ntxbufs
523 if (buf >= priv->ntxbufs)
612 txtb_id = priv->txb_head % priv->ntxbufs;
982 prio = (prio << 4) | ((prio >> ((priv->ntxbufs - 1) * 4)) & 0xF);
1013 txtb_id = priv->txb_tail % priv->ntxbufs;
1153 for (i = 0; i < priv->ntxbufs; i++) {
1340 int ctucan_probe_common(struct device *dev, void __iomem *addr, int irq, unsigned int ntxbufs,
1349 ndev = alloc_candev(sizeof(struct ctucan_priv), ntxbufs);
1356 priv->ntxbufs = ntxbufs;
1438 priv->mem_base, ndev->irq, priv->can.clock.freq, priv->ntxbufs);