Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvmxnet3.h673 VMXNET3_RXM_UCAST = 0x01, /* unicast only */ enumerator
H A Dvmxnet3.c1946 if (!VMXNET_FLAG_IS_SET(s->rx_mode, VMXNET3_RXM_UCAST)) { in vmxnet3_rx_filter_may_indicate()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h626 VMXNET3_RXM_UCAST = 0x01, /* unicast only */ enumerator
H A Dvmxnet3_drv.c2673 u32 new_mode = VMXNET3_RXM_UCAST; in vmxnet3_set_mc()