Searched refs:mtu_max (Results 1 - 2 of 2) sorted by relevance

/net/hsr/
H A Dhsr_main.c29 int mtu_max; local
79 mtu_max = hsr_get_max_mtu(port->hsr);
81 master->dev->mtu = mtu_max;
H A Dhsr_device.c124 unsigned int mtu_max; local
127 mtu_max = ETH_DATA_LEN;
131 mtu_max = min(port->dev->mtu, mtu_max);
134 if (mtu_max < HSR_HLEN)
136 return mtu_max - HSR_HLEN;

Completed in 32 milliseconds