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