Home
last modified time | relevance | path

Searched refs:mhi_netdev (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/
H A Dmhi_net.c49 struct mhi_net_dev *mhi_netdev = netdev_priv(ndev); in mhi_ndo_open() local
52 schedule_delayed_work(&mhi_netdev->rx_refill, 0); in mhi_ndo_open()
64 struct mhi_net_dev *mhi_netdev = netdev_priv(ndev); in mhi_ndo_stop() local
68 cancel_delayed_work_sync(&mhi_netdev->rx_refill); in mhi_ndo_stop()
75 struct mhi_net_dev *mhi_netdev = netdev_priv(ndev); in mhi_ndo_xmit() local
76 struct mhi_device *mdev = mhi_netdev->mdev; in mhi_ndo_xmit()
93 u64_stats_update_begin(&mhi_netdev->stats.tx_syncp); in mhi_ndo_xmit()
94 u64_stats_inc(&mhi_netdev->stats.tx_dropped); in mhi_ndo_xmit()
95 u64_stats_update_end(&mhi_netdev->stats.tx_syncp); in mhi_ndo_xmit()
103 struct mhi_net_dev *mhi_netdev in mhi_ndo_get_stats64() local
143 mhi_net_skb_agg(struct mhi_net_dev *mhi_netdev, struct sk_buff *skb) mhi_net_skb_agg() argument
172 struct mhi_net_dev *mhi_netdev = dev_get_drvdata(&mhi_dev->dev); mhi_net_dl_callback() local
239 struct mhi_net_dev *mhi_netdev = dev_get_drvdata(&mhi_dev->dev); mhi_net_ul_callback() local
270 struct mhi_net_dev *mhi_netdev = container_of(work, struct mhi_net_dev, mhi_net_rx_refill_work() local
306 struct mhi_net_dev *mhi_netdev; mhi_net_newlink() local
338 struct mhi_net_dev *mhi_netdev = netdev_priv(ndev); mhi_net_dellink() local
376 struct mhi_net_dev *mhi_netdev = dev_get_drvdata(&mhi_dev->dev); mhi_net_remove() local
[all...]

Completed in 2 milliseconds