mc_promisc       1688 drivers/net/ethernet/emulex/benet/be_main.c 	bool mc_promisc = false;
mc_promisc       1701 drivers/net/ethernet/emulex/benet/be_main.c 		mc_promisc = true;
mc_promisc       1722 drivers/net/ethernet/emulex/benet/be_main.c 	if (mc_promisc) {
mc_promisc         58 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	bool mc_promisc;
mc_promisc        480 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	struct esw_mc_addr *mc_promisc;
mc_promisc        484 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	mc_promisc = &esw->mc_promisc;
mc_promisc        485 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (mc_promisc->uplink_rule)
mc_promisc        486 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		mlx5_del_flow_rules(mc_promisc->uplink_rule);
mc_promisc        590 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			iter_vaddr->mc_promisc = true;
mc_promisc        630 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!vaddr->mc_promisc)
mc_promisc        671 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (vaddr->mc_promisc || (--esw_mc->refcnt > 0))
mc_promisc        771 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			if (addr->mc_promisc) {
mc_promisc        783 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 				addr->mc_promisc = false;
mc_promisc        836 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		addr->mc_promisc = true;
mc_promisc        843 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 				    bool promisc, bool mc_promisc)
mc_promisc        845 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	struct esw_mc_addr *allmulti_addr = &esw->mc_promisc;
mc_promisc        847 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->allmulti_rule) != mc_promisc)
mc_promisc        850 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (mc_promisc) {
mc_promisc        223 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h 	struct esw_mc_addr mc_promisc;
mc_promisc        111 drivers/net/ethernet/sfc/ef10.c 	bool mc_promisc;
mc_promisc       5250 drivers/net/ethernet/sfc/ef10.c 	table->mc_promisc = !!(net_dev->flags & (IFF_PROMISC | IFF_ALLMULTI));
mc_promisc       5255 drivers/net/ethernet/sfc/ef10.c 			table->mc_promisc = true;
mc_promisc       5644 drivers/net/ethernet/sfc/ef10.c 	    table->mc_promisc_last != table->mc_promisc)
mc_promisc       5646 drivers/net/ethernet/sfc/ef10.c 	if (table->mc_promisc) {
mc_promisc       5745 drivers/net/ethernet/sfc/ef10.c 	table->mc_promisc_last = table->mc_promisc;