Lines Matching refs:tx_max
211 unsigned int tx_max; member
633 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max, 0); in xcan_write_frame()
695 if (priv->tx_max > 1) in xcan_start_xmit_fifo()
699 if ((priv->tx_head - priv->tx_tail) == priv->tx_max) in xcan_start_xmit_fifo()
1300 WARN_ON(frames_in_fifo > priv->tx_max); in xcan_tx_interrupt()
1330 priv->tx_max, NULL); in xcan_tx_interrupt()
1733 int rx_max, tx_max; in xcan_probe() local
1787 tx_max = min(hw_tx_max, 2U); in xcan_probe()
1789 tx_max = 1; in xcan_probe()
1794 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max); in xcan_probe()
1836 priv->tx_max = tx_max; in xcan_probe()
1913 hw_tx_max, priv->tx_max); in xcan_probe()