Lines Matching defs:mtu
1167 if (dev->mtu > 1500)
1517 static void velocity_set_rxbufsize(struct velocity_info *vptr, int mtu)
1519 vptr->rx.buf_sz = (mtu <= ETH_DATA_LEN) ? PKT_BUF_SZ : mtu + 32;
1695 static int velocity_init_rings(struct velocity_info *vptr, int mtu)
1699 velocity_set_rxbufsize(vptr, mtu);
2236 ret = velocity_init_rings(vptr, dev->mtu);
2297 dev->mtu = new_mtu;
2301 if (dev->mtu != new_mtu) {
2339 dev->mtu = new_mtu;