Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vmware/vmxnet3/
Dif_vmxvar.h163 #define VMXNET3_TSO_MAXSIZE (VMXNET3_TX_MAXSIZE - ETHER_VLAN_ENCAP_LEN) macro
Dif_vmx.c279 .isc_tso_maxsize = VMXNET3_TSO_MAXSIZE + sizeof(struct ether_vlan_header),
352 scctx->isc_tx_tso_size_max = VMXNET3_TSO_MAXSIZE; in vmxnet3_attach_pre()