Home
last modified time | relevance | path

Searched refs:uni_overflow (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h198 uint8_t uni_overflow; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c520 info->unicast_overflow = n->mac_table.uni_overflow; in virtio_net_query_rxfilter()
1122 uint8_t uni_overflow = 0; in virtio_net_handle_mac() local
1146 uni_overflow = 1; in virtio_net_handle_mac()
1179 n->mac_table.uni_overflow = uni_overflow; in virtio_net_handle_mac()
1777 } else if (n->alluni || n->mac_table.uni_overflow) { in receive_filter()
3487 VMSTATE_UINT8(mac_table.uni_overflow, VirtIONet),
3988 n->mac_table.uni_overflow = 0; in virtio_net_reset()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1088 if (!n->mac_table.uni_overflow && !n->promisc) { in vhost_vdpa_net_load_rx()