Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-common.c178 int vlan_bytes = 4; in cvm_oct_common_change_mtu() local
182 if ((new_mtu + 14 + 4 + vlan_bytes < 64) || (new_mtu + 14 + 4 + vlan_bytes > 65392)) { in cvm_oct_common_change_mtu()
183 printf("MTU must be between %d and %d.\n", 64-14-4-vlan_bytes, 65392-14-4-vlan_bytes); in cvm_oct_common_change_mtu()
189 …int max_packet = new_mtu + 14 + 4 + vlan_bytes; /* Add ethernet header and FCS, and VLAN if config… in cvm_oct_common_change_mtu()