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

/linux-master/drivers/net/can/
H A Dat91_can.c248 static inline unsigned int get_head_mb_mask(const struct at91_priv *priv) function
255 return get_head_mb_mask(priv) | get_head_prio_mask(priv);
272 return (priv->tx_head & get_head_mb_mask(priv)) + get_mb_tx_first(priv);
282 return (priv->tx_tail & get_head_mb_mask(priv)) + get_mb_tx_first(priv);

Completed in 211 milliseconds