Searched refs:RCANFD_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
464 #define RCANFD_FIFO_DEPTH 8 /* Tx FIFO depth */ macro499 u8 tx_len[RCANFD_FIFO_DEPTH]; /* For net stats */619 for (i = 0; i < RCANFD_FIFO_DEPTH; i++) in rcar_canfd_tx_failure_cleanup()1043 sent = priv->tx_tail % RCANFD_FIFO_DEPTH; in rcar_canfd_tx_done()1056 if (unsent != RCANFD_FIFO_DEPTH) in rcar_canfd_tx_done()1392 priv->tx_len[priv->tx_head % RCANFD_FIFO_DEPTH] = cf->len; in rcar_canfd_start_xmit()1393 can_put_echo_skb(skb, ndev, priv->tx_head % RCANFD_FIFO_DEPTH); in rcar_canfd_start_xmit()1399 if (priv->tx_head - priv->tx_tail >= RCANFD_FIFO_DEPTH) in rcar_canfd_start_xmit()1564 ndev = alloc_candev(sizeof(*priv), RCANFD_FIFO_DEPTH); in rcar_canfd_channel_probe()