Home
last modified time | relevance | path

Searched refs:hsr_add_port (Results 1 – 3 of 3) sorted by relevance

/linux/net/hsr/
H A Dhsr_slave.h17 int hsr_add_port(struct hsr_priv *hsr, struct net_device *dev,
H A Dhsr_device.c807 res = hsr_add_port(hsr, hsr_dev, HSR_PT_MASTER, extack); in hsr_dev_finalize()
826 res = hsr_add_port(hsr, slave[0], HSR_PT_SLAVE_A, extack); in hsr_dev_finalize()
830 res = hsr_add_port(hsr, slave[1], HSR_PT_SLAVE_B, extack); in hsr_dev_finalize()
840 res = hsr_add_port(hsr, interlink, HSR_PT_INTERLINK, extack); in hsr_dev_finalize()
H A Dhsr_slave.c188 int hsr_add_port(struct hsr_priv *hsr, struct net_device *dev, in hsr_add_port() function