Searched refs:netif_is_macvlan (Results 1 – 7 of 7) sorted by relevance
4164 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()4195 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_upper_event()4265 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()4363 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4381 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_vlan_event()4399 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4452 if (!netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_vlan_event()4458 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_vlan_event()4468 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_vlan_event()4513 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_event()[all …]
7891 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()8537 if (netif_is_macvlan(dev) || netif_is_l3_master(dev)) in mlxsw_sp_router_port_check_rif_addr()8571 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()8866 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()8894 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
435 else if (netif_is_macvlan(dev)) in dev_trans_start()
973 if (netif_is_macvlan(upper) && !strict_match) { in alb_upper_dev_walk()
1428 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()
5405 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()9039 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()9257 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
5129 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function