Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c429 if (net_device->recv_section_size < NETVSC_MTU_MIN || (u64)net_device->recv_section_size * in netvsc_init_buf()
520 if (net_device->send_section_size < NETVSC_MTU_MIN) { in netvsc_init_buf()
H A Dhyperv_net.h852 #define NETVSC_MTU_MIN ETH_MIN_MTU macro
H A Dnetvsc_drv.c2614 net->min_mtu = NETVSC_MTU_MIN; in netvsc_probe()