Home
last modified time | relevance | path

Searched refs:allmulti (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/usb/net/
H A Dif_mos.c608 int allmulti = 0; in mos_setmulti() local
615 allmulti = 1; in mos_setmulti()
621 if (allmulti == 1) { in mos_setmulti()
/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnet.c3729 bool promisc, allmulti; in vtnet_rx_filter_mac() local
3754 allmulti = (mcnt > VTNET_MAX_MAC_ENTRIES); in vtnet_rx_filter_mac()
3756 if (allmulti) { in vtnet_rx_filter_mac()
3763 if (promisc && allmulti) in vtnet_rx_filter_mac()
3790 if (allmulti != 0 && vtnet_set_allmulti(sc, true) != 0) in vtnet_rx_filter_mac()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1301 mlx5e_add_eth_addr_rule(priv, &ea->allmulti, MLX5E_ALLMULTI); in mlx5e_set_rx_mode_core()
1310 mlx5e_del_eth_addr_from_flow_table(priv, &ea->allmulti); in mlx5e_set_rx_mode_core()
H A Den.h975 struct mlx5e_eth_addr_info allmulti; member
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c1350 int allmulti = 0; in hn_xpnt_vf_saveifflags() local
1356 allmulti = IFF_ALLMULTI; in hn_xpnt_vf_saveifflags()
1359 sc->hn_vf_ifp->if_flags = ifp->if_flags | allmulti; in hn_xpnt_vf_saveifflags()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c6058 int mtu = -1, promisc = -1, allmulti = -1, vlanex = -1; in update_mac_settings() local
6071 allmulti = ifp->if_flags & IFF_ALLMULTI ? 1 : 0; in update_mac_settings()
6078 allmulti, 1, vlanex, false); in update_mac_settings()