Searched refs:netif_is_macvlan (Results 1 – 8 of 8) sorted by relevance
237 if (netif_is_macvlan(out_dev)) in parse_mirred()
462 if (netif_is_macvlan(netdev)) { in mlx5e_rep_check_indr_block_supported()
421 } else if (netif_is_macvlan(dev)) { in prestera_dev_if_type()
985 if (netif_is_macvlan(upper) && !strict_match) { in alb_upper_dev_walk()
1464 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()
8309 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()9538 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()10032 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()10337 if (!netif_is_macvlan(dev)) in mlxsw_sp_macvlan_replay_upper()10364 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
5673 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()9565 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()9783 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
5290 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function