Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/m_can/
H A Dm_can.c375 static inline bool _m_can_tx_fifo_full(u32 txfqs) in _m_can_tx_fifo_full() function
382 return _m_can_tx_fifo_full(m_can_read(cdev, M_CAN_TXFQS)); in m_can_tx_fifo_full()
1717 if (_m_can_tx_fifo_full(txfqs)) { in m_can_tx_handler()