Home
last modified time | relevance | path

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

/linux/drivers/net/can/c_can/
H A Dc_can.h228 static inline u8 c_can_get_tx_head(const struct c_can_tx_ring *ring) in c_can_get_tx_head() function
241 u8 head = c_can_get_tx_head(ring); in c_can_get_tx_free()
H A Dc_can_main.c466 idx = c_can_get_tx_head(tx_ring); in c_can_start_xmit()
764 u8 head = c_can_get_tx_head(tx_ring); in c_can_do_tx()