Lines Matching refs:tx_max
186 unsigned int tx_max; member
552 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max); in xcan_start_xmit_fifo()
561 if (priv->tx_max > 1) in xcan_start_xmit_fifo()
565 if ((priv->tx_head - priv->tx_tail) == priv->tx_max) in xcan_start_xmit_fifo()
1074 WARN_ON(frames_in_fifo > priv->tx_max); in xcan_tx_interrupt()
1102 priv->tx_max); in xcan_tx_interrupt()
1460 int rx_max, tx_max; in xcan_probe() local
1515 tx_max = min(hw_tx_max, 2); in xcan_probe()
1517 tx_max = 1; in xcan_probe()
1522 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max); in xcan_probe()
1534 priv->tx_max = tx_max; in xcan_probe()
1593 hw_tx_max, priv->tx_max); in xcan_probe()