Lines Matching refs:tx_max
186 * @tx_max: Maximum number packets the driver can send
202 unsigned int tx_max;
595 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max);
657 if (priv->tx_max > 1)
661 if ((priv->tx_head - priv->tx_tail) == priv->tx_max)
1265 WARN_ON(frames_in_fifo > priv->tx_max);
1295 priv->tx_max);
1674 int rx_max, tx_max;
1728 tx_max = min(hw_tx_max, 2U);
1730 tx_max = 1;
1735 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max);
1760 priv->tx_max = tx_max;
1831 hw_tx_max, priv->tx_max);