Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/
Dat91_can.c214 static inline unsigned int get_mb_rx_low_last(const struct at91_priv *priv) in get_mb_rx_low_last() function
710 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()
723 if (mb == get_mb_rx_low_last(priv)) in at91_poll_rx()
726 else if (mb > get_mb_rx_low_last(priv)) in at91_poll_rx()
735 if (priv->rx_next > get_mb_rx_low_last(priv) && in at91_poll_rx()