Searched refs:netif_is_macvlan (Results 1 – 7 of 7) sorted by relevance
3861 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()3892 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_upper_event()3932 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()4030 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4048 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_vlan_event()4066 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()4119 if (!netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_vlan_event()4125 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_vlan_event()4135 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_vlan_event()4179 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_event()[all …]
6389 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()7005 if (netif_is_macvlan(dev) || netif_is_l3_master(dev)) in mlxsw_sp_router_port_check_rif_addr()7039 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()7334 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()7362 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
425 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()
5411 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()9086 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()9304 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
4948 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function