Searched refs:RCANFD_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
491 #define RCANFD_FIFO_DEPTH 8 /* Tx FIFO depth */ macro686 for (i = 0; i < RCANFD_FIFO_DEPTH; i++) in rcar_canfd_tx_failure_cleanup()1122 sent = priv->tx_tail % RCANFD_FIFO_DEPTH; in rcar_canfd_tx_done()1133 if (unsent != RCANFD_FIFO_DEPTH) in rcar_canfd_tx_done()1550 can_put_echo_skb(skb, ndev, priv->tx_head % RCANFD_FIFO_DEPTH, 0); in rcar_canfd_start_xmit()1556 if (priv->tx_head - priv->tx_tail >= RCANFD_FIFO_DEPTH) in rcar_canfd_start_xmit()1732 ndev = alloc_candev(sizeof(*priv), RCANFD_FIFO_DEPTH); in rcar_canfd_channel_probe()