Searched refs:netdev_from_priv (Results 1 – 2 of 2) sorted by relevance
69 return __set_port_dev_addr(port->dev, netdev_from_priv(team)->dev_addr); in team_port_set_team_dev_addr()594 struct net_device *dev = netdev_from_priv(team); in team_change_mode()645 call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, netdev_from_priv(team)); in team_notify_peers_work()654 if (!team->notify_peers.count || !netif_running(netdev_from_priv(team))) in team_notify_peers()691 call_netdevice_notifiers(NETDEV_RESEND_IGMP, netdev_from_priv(team)); in team_mcast_rejoin_work()700 if (!team->mcast_rejoin.count || !netif_running(netdev_from_priv(team))) in team_mcast_rejoin()759 skb->dev = netdev_from_priv(team); in team_handle_frame()777 unsigned int queue_cnt = netdev_from_priv(team)->num_tx_queues - 1; in team_queue_override_init()871 netdev_dbg(netdev_from_priv(team), "%s queue override\n", in __team_queue_override_enabled_check()1094 dev_hold(netdev_from_priv(team)); in team_port_enter()[all …]
2796 static inline struct net_device *netdev_from_priv(const void *priv) in netdev_from_priv() function