Home
last modified time | relevance | path

Searched refs:is_hsr_master (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dif_hsr.h33 extern bool is_hsr_master(struct net_device *dev);
36 static inline bool is_hsr_master(struct net_device *dev) in is_hsr_master() function
/openbmc/linux/net/hsr/
H A Dhsr_main.c44 if (!is_hsr_master(dev)) in hsr_netdev_notify()
63 if (is_hsr_master(dev)) in hsr_netdev_notify()
102 if (!is_hsr_master(dev)) { in hsr_netdev_notify()
H A Dhsr_slave.c94 if (is_hsr_master(dev)) { in hsr_check_dev_ok()
H A Dhsr_netlink.c305 if (!is_hsr_master(hsr_dev)) in hsr_get_node_status()
431 if (!is_hsr_master(hsr_dev)) in hsr_get_node_list()
H A Dhsr_device.c468 bool is_hsr_master(struct net_device *dev) in is_hsr_master() function
472 EXPORT_SYMBOL(is_hsr_master);
/openbmc/linux/net/dsa/
H A Dslave.c2863 } else if (is_hsr_master(info->upper_dev)) { in dsa_slave_changeupper()