Searched refs:RT_CAN_SND_RESULT_OK (Results 1 – 2 of 2) sorted by relevance
189 if (result == RT_CAN_SND_RESULT_OK) in _can_int_tx()234 if ((tx_fifo->buffer[no].result != RT_CAN_SND_RESULT_OK)) in _can_int_tx_priv()256 if (result == RT_CAN_SND_RESULT_OK) in _can_int_tx_priv()339 tx_fifo->buffer[i].result = RT_CAN_SND_RESULT_OK; in rt_can_open()563 if (tx_fifo->buffer[i].result == RT_CAN_SND_RESULT_OK) in rt_can_control()911 tx_fifo->buffer[no].result = RT_CAN_SND_RESULT_OK; in rt_hw_can_isr()
486 #define RT_CAN_SND_RESULT_OK 0 macro
Completed in 5 milliseconds