Searched refs:is_hsr_master (Results 1 – 6 of 6) sorted by relevance
33 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
44 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()
94 if (is_hsr_master(dev)) { in hsr_check_dev_ok()
305 if (!is_hsr_master(hsr_dev)) in hsr_get_node_status()431 if (!is_hsr_master(hsr_dev)) in hsr_get_node_list()
471 bool is_hsr_master(struct net_device *dev) in is_hsr_master() function475 EXPORT_SYMBOL(is_hsr_master);
2633 } else if (is_hsr_master(info->upper_dev)) { in dsa_slave_changeupper()