Searched defs:mcp251xfd_priv (Results 1 – 1 of 1) sorted by relevance
605 struct mcp251xfd_priv { struct606 struct can_priv can;607 struct can_rx_offload offload;608 struct net_device *ndev;610 struct regmap *map_reg; /* register access */611 struct regmap *map_rx; /* RX/TEF RAM access */613 struct regmap *map_nocrc;614 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_rx;615 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_tx;617 struct regmap *map_crc;[all …]