Searched refs:netdev_from_priv (Results 1 – 5 of 5) sorted by relevance
69 return __set_port_dev_addr(port->dev, netdev_from_priv(team)->dev_addr); in team_port_set_team_dev_addr()613 struct net_device *dev = netdev_from_priv(team); in team_change_mode()664 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, netdev_from_priv(team)); in team_notify_peers_work()673 if (!team->notify_peers.count || !netif_running(netdev_from_priv(team))) in team_notify_peers()710 call_netdevice_notifiers(NETDEV_RESEND_IGMP, netdev_from_priv(team)); in team_mcast_rejoin_work()719 if (!team->mcast_rejoin.count || !netif_running(netdev_from_priv(team))) in team_mcast_rejoin()778 skb->dev = netdev_from_priv(team); in team_handle_frame()796 unsigned int queue_cnt = netdev_from_priv(team)->num_tx_queues - 1; in team_queue_override_init()890 netdev_dbg(netdev_from_priv(team), "%s queue override\n", in __team_queue_override_enabled_check()1113 dev_hold(netdev_from_priv(team)); in team_port_enter()[all …]
414 unregister_netdevice(netdev_from_priv(ppp)); in ppp_release()923 netif_wake_queue(netdev_from_priv(ppp)); in ppp_ioctl()1149 ppp_nl_dellink(netdev_from_priv(ppp), dev_to_kill); in ppp_exit_rtnl_net()1172 struct net_device *dev = netdev_from_priv(ppp); in ppp_unit_register()1660 netif_wake_queue(netdev_from_priv(ppp)); in ppp_xmit_flush()1676 netif_stop_queue(netdev_from_priv(ppp)); in __ppp_xmit_process()1714 netdev_err(netdev_from_priv(ppp), "recursion detected\n"); in ppp_xmit_process()1720 struct net_device *dev = netdev_from_priv(ppp); in pad_compress_skb()1779 struct net_device *dev = netdev_from_priv(ppp); in ppp_prepare_tx_skb()1965 struct net_device *dev = netdev_from_priv(ppp); in ppp_mp_explode()[all …]
104 netdev = netdev_from_priv(iter_dev); in airoha_set_macaddr()123 struct net_device *netdev = netdev_from_priv(dev); in airoha_set_macaddr()699 netdev = netdev_from_priv(dev); in airoha_qdma_rx_process()940 netdev = netdev_from_priv(dev); in airoha_qdma_wake_netdev_txqs()2109 struct net_device *netdev = netdev_from_priv(dev); in airoha_dev_set_qdma()3223 airoha_disable_qos_for_gdm34(netdev_from_priv(wan_dev)); in airoha_enable_qos_for_gdm34()3578 err = register_netdev(netdev_from_priv(dev)); in airoha_register_gdm_devices()3706 netdev = netdev_from_priv(dev); in airoha_probe()3745 netdev = netdev_from_priv(dev); in airoha_remove()
117 netdev = netdev_from_priv(d); in airoha_ppe_set_xmit_frame_size()
2839 static inline struct net_device *netdev_from_priv(const void *priv) in netdev_from_priv() function