Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_device.h22 int hsr_get_max_mtu(struct hsr_priv *hsr);
H A Dhsr_main.c97 mtu_max = hsr_get_max_mtu(port->hsr); in hsr_netdev_notify()
H A Dhsr_device.c102 int hsr_get_max_mtu(struct hsr_priv *hsr) in hsr_get_max_mtu() function
123 if (new_mtu > hsr_get_max_mtu(hsr)) { in hsr_dev_change_mtu()