Searched defs:mcp251xfd_priv (Results 1 – 1 of 1) sorted by relevance
564 struct mcp251xfd_priv { struct565 struct can_priv can;566 struct can_rx_offload offload;567 struct net_device *ndev;569 struct regmap *map_reg; /* register access */570 struct regmap *map_rx; /* RX/TEF RAM access */572 struct regmap *map_nocrc;573 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_rx;574 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_tx;576 struct regmap *map_crc;[all …]