Lines Matching refs:tx_max
193 * @tx_max: Maximum number packets the driver can send
211 unsigned int tx_max;
633 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max, 0);
695 if (priv->tx_max > 1)
699 if ((priv->tx_head - priv->tx_tail) == priv->tx_max)
1300 WARN_ON(frames_in_fifo > priv->tx_max);
1330 priv->tx_max, NULL);
1733 int rx_max, tx_max;
1787 tx_max = min(hw_tx_max, 2U);
1789 tx_max = 1;
1794 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max);
1836 priv->tx_max = tx_max;
1913 hw_tx_max, priv->tx_max);