Searched refs:netif_is_macvlan (Results 1 – 7 of 7) sorted by relevance
3856 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()3887 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_upper_event()3927 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()4025 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4043 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_vlan_event()4061 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4114 if (!netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_vlan_event()4120 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_vlan_event()4130 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_vlan_event()4174 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_event()[all …]
6386 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()7002 if (netif_is_macvlan(dev) || netif_is_l3_master(dev)) in mlxsw_sp_router_port_check_rif_addr()7036 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()7331 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()7359 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
400 else if (netif_is_macvlan(dev)) in dev_trans_start()
971 if (netif_is_macvlan(upper) && !strict_match) { in alb_upper_dev_walk()
1425 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()
5410 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()9044 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()9262 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
4876 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function