Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h403 #define MCP251XFD_FIFO_TX_NUM 1U macro
420 static_assert(MCP251XFD_FIFO_TEF_NUM == MCP251XFD_FIFO_TX_NUM);
640 struct mcp251xfd_tx_ring tx[MCP251XFD_FIFO_TX_NUM];
H A Dmcp251xfd-ring.c462 .fifo_num = MCP251XFD_FIFO_TX_NUM,