Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dat91_can.c246 static inline unsigned int get_next_mask(const struct at91_priv *priv) in get_next_mask() function
500 (priv->tx_next & get_next_mask(priv)) == 0) in at91_start_xmit()
870 if ((priv->tx_next & get_next_mask(priv)) != 0 || in at91_irq_tx()
871 (priv->tx_echo & get_next_mask(priv)) == 0) in at91_irq_tx()