Lines Matching refs:tx_max
200 unsigned int tx_max; member
636 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max); in xcan_start_xmit_fifo()
645 if (priv->tx_max > 1) in xcan_start_xmit_fifo()
649 if ((priv->tx_head - priv->tx_tail) == priv->tx_max) in xcan_start_xmit_fifo()
1256 WARN_ON(frames_in_fifo > priv->tx_max); in xcan_tx_interrupt()
1286 priv->tx_max); in xcan_tx_interrupt()
1661 int rx_max, tx_max; in xcan_probe() local
1716 tx_max = min(hw_tx_max, 2); in xcan_probe()
1718 tx_max = 1; in xcan_probe()
1723 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max); in xcan_probe()
1748 priv->tx_max = tx_max; in xcan_probe()
1808 hw_tx_max, priv->tx_max); in xcan_probe()