Home
last modified time | relevance | path

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

/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-tx.c25 tx_head = mcp251xfd_get_tx_head(tx_ring); in mcp251xfd_get_tx_obj_next()
145 tx_head = mcp251xfd_get_tx_head(tx_ring); in mcp251xfd_tx_failure_drop()
224 tx_head = mcp251xfd_get_tx_head(tx_ring); in mcp251xfd_start_xmit()
Dmcp251xfd.h871 static inline u8 mcp251xfd_get_tx_head(const struct mcp251xfd_tx_ring *ring) in mcp251xfd_get_tx_head() function