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