Home
last modified time | relevance | path

Searched defs:rkcanfd_stats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-rx.c99 struct rkcanfd_stats *rkcanfd_stats = &priv->stats; in rkcanfd_rxstx_filter() local
219 struct rkcanfd_stats *rkcanfd_stats = &priv->stats; in rkcanfd_handle_rx_int_one() local
H A Drockchip_canfd-ethtool.c46 struct rkcanfd_stats *rkcanfd_stats; in rkcanfd_ethtool_get_ethtool_stats() local
H A Drockchip_canfd.h450 struct rkcanfd_stats { struct
451 struct u64_stats_sync syncp;
454 u64_stats_t rx_fifo_empty_errors;
480 struct rkcanfd_stats stats; argument