Home
last modified time | relevance | path

Searched refs:hsr_get_port_type (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dif_hsr.h46 int hsr_get_port_type(struct net_device *hsr_dev, struct net_device *dev,
65 static inline int hsr_get_port_type(struct net_device *hsr_dev, in hsr_get_port_type() function
/linux/net/hsr/
H A Dhsr_device.c695 int hsr_get_port_type(struct net_device *hsr_dev, struct net_device *dev, in hsr_get_port_type() function
713 EXPORT_SYMBOL(hsr_get_port_type);
/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c593 ret = hsr_get_port_type(hsr, dsa_to_port(ds, port)->user, &type); in xrs700x_hsr_join()
/linux/net/dsa/
H A Ddsa.c1783 err = hsr_get_port_type(hsr, dsa_to_port(ds, port)->user, &type); in dsa_port_simple_hsr_validate()