Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd.h401 #define MCP251XFD_FIFO_RX_NUM 3U macro
407 #define MCP251XFD_RX_OBJ_NUM_MAX (MCP251XFD_FIFO_RX_NUM * MCP251XFD_FIFO_DEPTH)
420 static_assert(MCP251XFD_FIFO_RX_NUM <= 4U);
627 struct mcp251xfd_rx_ring *rx[MCP251XFD_FIFO_RX_NUM];
Dmcp251xfd-ring.c430 .fifo_num = MCP251XFD_FIFO_RX_NUM,