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

/linux-master/drivers/net/can/c_can/
H A Dc_can.h180 struct c_can_tx_ring { struct
203 struct c_can_tx_ring tx;
228 static inline u8 c_can_get_tx_head(const struct c_can_tx_ring *ring)
233 static inline u8 c_can_get_tx_tail(const struct c_can_tx_ring *ring)
239 const struct c_can_tx_ring *ring)
H A Dc_can_main.c430 const struct c_can_tx_ring *tx_ring)
457 struct c_can_tx_ring *tx_ring = &priv->tx;
592 struct c_can_tx_ring *tx_ring = &priv->tx;
723 struct c_can_tx_ring *tx_ring = &priv->tx;

Completed in 106 milliseconds