Searched defs:mcp251xfd_priv (Results 1 – 1 of 1) sorted by relevance
576 struct mcp251xfd_priv { struct577 struct can_priv can;578 struct can_rx_offload offload;579 struct net_device *ndev;581 struct regmap *map_reg; /* register access */582 struct regmap *map_rx; /* RX/TEF RAM access */584 struct regmap *map_nocrc;585 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_rx;586 struct mcp251xfd_map_buf_nocrc *map_buf_nocrc_tx;588 struct regmap *map_crc;[all …]