Home
last modified time | relevance | path

Searched refs:get_mb_rx_low_last (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/can/
Dat91_can.c204 static inline unsigned int get_mb_rx_low_last(const struct at91_priv *priv) in get_mb_rx_low_last() function
689 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()
702 if (mb == get_mb_rx_low_last(priv)) in at91_poll_rx()
705 else if (mb > get_mb_rx_low_last(priv)) in at91_poll_rx()
714 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()