Searched refs:failover (Results 1 – 17 of 17) sorted by relevance
25 struct failover { struct32 struct failover *failover_register(struct net_device *dev, argument34 void failover_unregister(struct failover *failover);
30 struct failover *net_failover_create(struct net_device *standby_dev);31 void net_failover_destroy(struct failover *failover);
10 The net_failover driver provides an automated failover mechanism via APIs11 to create and destroy a failover master netdev and manages a primary and12 standby slave netdevs that get registered via the generic failover15 The failover netdev acts a master device and controls 2 slave devices. The18 netdev. Both 'standby' and 'failover' netdevs are associated with the same19 'pci' device. The user accesses the network interface via 'failover' netdev.20 The 'failover' netdev chooses 'primary' netdev as default for transmits when63 virtio-net device is set to 'down' to ensure that the 'failover' netdev prefers87 Here, ens10 is the 'failover' master interface, ens10nsby is the slave 'standby'92 device; and on the first boot, the VM might end up with both 'failover' device[all …]
10 The failover module provides a generic interface for paravirtual drivers11 to register a netdev and a set of ops with a failover instance. The ops14 with the same mac address as the failover netdev.
26 failover
50 * failover
37 For automatic failover you need a cluster manager (e.g. heartbeat).
509 tristate "Generic failover module"511 The failover module provides a generic interface for paravirtual512 drivers to register a netdev and a set of ops with a failover516 failover netdev. This enables paravirtual drivers to use a
155 - Performance tuning, card failover and bug mitigations.
1666 * Minor formatting changes get rid of failover defines for
59 failover reasons.
158 tristate "weighted failover scheduling"160 The weighted failover scheduling algorithm directs network
625 This provides an automated failover mechanism via APIs to create626 and destroy a failover master netdev and manages a primary and627 standby slave netdevs that get registered via the generic failover
471 struct failover *failover; member6987 vi->failover = net_failover_create(vi->dev); in virtnet_probe()6988 if (IS_ERR(vi->failover)) { in virtnet_probe()6989 err = PTR_ERR(vi->failover); in virtnet_probe()7110 net_failover_destroy(vi->failover); in virtnet_probe()7160 net_failover_destroy(vi->failover); in virtnet_remove()
31 between client and server. Those are used for load balancing and failover.
921 1 and 2 are for failover of clustering. Please select either922 according to your policy of failover.
6694 static DEVICE_ATTR_WO(failover);