Searched refs:RCANFD_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
468 #define RCANFD_FIFO_DEPTH 8 /* Tx FIFO depth */ macro503 u8 tx_len[RCANFD_FIFO_DEPTH]; /* For net stats */623 for (i = 0; i < RCANFD_FIFO_DEPTH; i++) in rcar_canfd_tx_failure_cleanup()1047 sent = priv->tx_tail % RCANFD_FIFO_DEPTH; in rcar_canfd_tx_done()1060 if (unsent != RCANFD_FIFO_DEPTH) in rcar_canfd_tx_done()1396 priv->tx_len[priv->tx_head % RCANFD_FIFO_DEPTH] = cf->len; in rcar_canfd_start_xmit()1397 can_put_echo_skb(skb, ndev, priv->tx_head % RCANFD_FIFO_DEPTH); in rcar_canfd_start_xmit()1403 if (priv->tx_head - priv->tx_tail >= RCANFD_FIFO_DEPTH) in rcar_canfd_start_xmit()1567 ndev = alloc_candev(sizeof(*priv), RCANFD_FIFO_DEPTH); in rcar_canfd_channel_probe()