Searched defs:get_mb_rx_low_last (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dat91_can.c215 static inline unsigned int get_mb_rx_low_last(const struct at91_priv *priv) function
663 * lower group ranges from get_mb_rx_first() to get_mb_rx_low_last().
711 if (priv->rx_next > get_mb_rx_low_last(priv) &&
724 if (mb == get_mb_rx_low_last(priv))
727 else if (mb > get_mb_rx_low_last(priv))
736 if (priv->rx_next > get_mb_rx_low_last(priv) &&

Completed in 29 milliseconds