Lines Matching defs:mhi_mbim_link
45 struct mhi_mbim_link { struct
46 struct mhi_mbim_context *mbim;
47 struct net_device *ndev;
48 unsigned int session;
51 u64_stats_t rx_packets;
52 u64_stats_t rx_bytes;
53 u64_stats_t rx_errors;
54 u64_stats_t tx_packets;
55 u64_stats_t tx_bytes;
56 u64_stats_t tx_errors;
57 u64_stats_t tx_dropped;
58 struct u64_stats_sync tx_syncp;
59 struct u64_stats_sync rx_syncp;
83 static struct mhi_mbim_link *mhi_mbim_get_link_rcu(struct mhi_mbim_context *mbim, in mhi_mbim_get_link_rcu() argument