Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h161 #define VMXNET3_TSO_MAXSIZE (VMXNET3_TX_MAXSIZE - ETHER_VLAN_ENCAP_LEN) macro
H A Dif_vmx.c277 .isc_tso_maxsize = VMXNET3_TSO_MAXSIZE + sizeof(struct ether_vlan_header),
350 scctx->isc_tx_tso_size_max = VMXNET3_TSO_MAXSIZE; in vmxnet3_attach_pre()