Searched defs:mcp251xfd_priv (Results 1 – 1 of 1) sorted by relevance
611 struct mcp251xfd_priv { struct612 struct can_priv can;613 struct can_rx_offload offload;614 struct net_device *ndev;616 struct regmap *map_reg; /* register access */617 struct regmap *map_rx; /* RX/TEF RAM access */619 struct regmap *map_nocrc;620 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_rx;621 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_tx;623 struct regmap *map_crc;[all …]