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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c190 iobuf = alloc_iob ( VMXNET3_MTU + NET_IP_ALIGN );
207 rx_desc->flags = ( generation | cpu_to_le32 ( VMXNET3_MTU ) );
462 shared->misc.mtu = cpu_to_le32 ( VMXNET3_MTU );
H A Dvmxnet3.h489 #define VMXNET3_MTU ( ETH_FRAME_LEN + 4 /* VLAN */ + 4 /* FCS */ ) macro

Completed in 45 milliseconds