Home
last modified time | relevance | path

Searched refs:tx_echo (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/
H A Dat91_can.c133 unsigned int tx_echo; member
275 return (priv->tx_echo & get_next_mb_mask(priv)) + get_mb_tx_first(priv); in get_tx_echo_mb()
348 priv->tx_next = priv->tx_echo = 0; in at91_setup_mailboxes()
822 * priv->tx_echo holds the number of the oldest can_frame put for
826 * We iterate from priv->tx_echo to priv->tx_next and check if the
839 for (/* nix */; (priv->tx_next - priv->tx_echo) > 0; priv->tx_echo++) { in at91_irq_tx()
871 (priv->tx_echo & get_next_mask(priv)) == 0) in at91_irq_tx()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dat91_can.c133 unsigned int tx_echo; member
275 return (priv->tx_echo & get_next_mb_mask(priv)) + get_mb_tx_first(priv); in get_tx_echo_mb()
348 priv->tx_next = priv->tx_echo = 0; in at91_setup_mailboxes()
814 * priv->tx_echo holds the number of the oldest can_frame put for
818 * We iterate from priv->tx_echo to priv->tx_next and check if the
831 for (/* nix */; (priv->tx_next - priv->tx_echo) > 0; priv->tx_echo++) { in at91_irq_tx()
863 (priv->tx_echo & get_next_mask(priv)) == 0) in at91_irq_tx()

Completed in 4 milliseconds