Lines Matching refs:net_device

30 static bool net_failover_xmit_ready(struct net_device *dev)
35 static int net_failover_open(struct net_device *dev)
38 struct net_device *primary_dev, *standby_dev;
71 static int net_failover_close(struct net_device *dev)
74 struct net_device *slave_dev;
90 struct net_device *dev)
98 struct net_device *dev)
101 struct net_device *xmit_dev;
117 static u16 net_failover_select_queue(struct net_device *dev,
119 struct net_device *sb_dev)
122 struct net_device *primary_dev;
178 static void net_failover_get_stats(struct net_device *dev,
184 struct net_device *slave_dev;
211 static int net_failover_change_mtu(struct net_device *dev, int new_mtu)
214 struct net_device *primary_dev, *standby_dev;
239 static void net_failover_set_rx_mode(struct net_device *dev)
242 struct net_device *slave_dev;
261 static int net_failover_vlan_rx_add_vid(struct net_device *dev, __be16 proto,
265 struct net_device *primary_dev, *standby_dev;
286 static int net_failover_vlan_rx_kill_vid(struct net_device *dev, __be16 proto,
290 struct net_device *slave_dev;
320 static void nfo_ethtool_get_drvinfo(struct net_device *dev,
327 static int nfo_ethtool_get_link_ksettings(struct net_device *dev,
331 struct net_device *slave_dev;
361 struct net_device *dev = rcu_dereference(skb->dev->rx_handler_data);
363 struct net_device *primary_dev, *standby_dev;
376 static void net_failover_compute_features(struct net_device *dev)
385 struct net_device *primary_dev, *standby_dev;
431 static void net_failover_lower_state_changed(struct net_device *slave_dev,
432 struct net_device *primary_dev,
433 struct net_device *standby_dev)
458 static int net_failover_slave_pre_register(struct net_device *slave_dev,
459 struct net_device *failover_dev)
461 struct net_device *standby_dev, *primary_dev;
494 static int net_failover_slave_register(struct net_device *slave_dev,
495 struct net_device *failover_dev)
497 struct net_device *standby_dev, *primary_dev;
573 static int net_failover_slave_pre_unregister(struct net_device *slave_dev,
574 struct net_device *failover_dev)
576 struct net_device *standby_dev, *primary_dev;
589 static int net_failover_slave_unregister(struct net_device *slave_dev,
590 struct net_device *failover_dev)
592 struct net_device *standby_dev, *primary_dev;
632 static int net_failover_slave_link_change(struct net_device *slave_dev,
633 struct net_device *failover_dev)
635 struct net_device *primary_dev, *standby_dev;
661 static int net_failover_slave_name_change(struct net_device *slave_dev,
662 struct net_device *failover_dev)
664 struct net_device *primary_dev, *standby_dev;
706 struct failover *net_failover_create(struct net_device *standby_dev)
709 struct net_device *failover_dev;
791 struct net_device *failover_dev;
792 struct net_device *slave_dev;