Home
last modified time | relevance | path

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

/linux/drivers/net/can/
H A Dat91_can.c223 static inline unsigned int get_mb_tx_num(const struct at91_priv *priv) in get_mb_tx_num() function
235 return get_mb_tx_first(priv) + get_mb_tx_num(priv) - 1; in get_mb_tx_last()