Searched refs:netif_is_macvlan (Results 1 – 7 of 7) sorted by relevance
5976 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()6007 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_upper_event()6047 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()6145 !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()6163 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_vlan_event()6181 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()6234 if (!netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_vlan_event()6240 if (netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_vlan_event()6250 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_vlan_event()6294 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_event()[all …]
6378 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()6978 if (netif_is_macvlan(dev) || netif_is_l3_master(dev)) in mlxsw_sp_router_port_check_rif_addr()7009 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()7290 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()7315 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
405 else if (netif_is_macvlan(dev)) in dev_trans_start()
970 if (netif_is_macvlan(upper) && !strict_match) { in alb_upper_dev_walk()
1394 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()
5385 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()9029 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()9243 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
4563 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function