Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dupt1_defs.h94 UPT1_F_LRO = cpu_to_le64(0x0008), enumerator
H A Dvmxnet3_ethtool.c435 UPT1_F_LRO; in vmxnet3_set_features()
438 ~UPT1_F_LRO; in vmxnet3_set_features()
H A Dvmxnet3_drv.c2786 devRead->misc.uptFeatures |= UPT1_F_LRO; in vmxnet3_setup_driver_shared()
/openbmc/qemu/hw/net/
H A Dvmxnet3.h140 UPT1_F_LRO = 0x0008, enumerator
H A Dvmxnet3.c1333 s->lro_supported = VMXNET_FLAG_IS_SET(guest_features, UPT1_F_LRO); in vmxnet3_update_features()