Home
last modified time | relevance | path

Searched refs:netif_is_macvlan (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c237 if (netif_is_macvlan(out_dev)) in parse_mirred()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4798 !netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_upper_event()
4909 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event()
5033 !netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_port_vlan_event()
5073 } else if (netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_port_vlan_event()
5123 if (!netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_vlan_event()
5133 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_vlan_event()
5185 !netif_is_macvlan(upper_dev) && in mlxsw_sp_netdevice_bridge_event()
5211 if (netif_is_macvlan(upper_dev)) in mlxsw_sp_netdevice_bridge_event()
5335 else if (netif_is_macvlan(dev)) in __mlxsw_sp_netdevice_event()
H A Dspectrum_router.c8060 if (netif_is_macvlan(dev) && addr_list_empty) in mlxsw_sp_rif_should_config()
9275 else if (netif_is_macvlan(dev)) in __mlxsw_sp_inetaddr_event()
9769 if (!mlxsw_sp || netif_is_macvlan(l3_dev)) in mlxsw_sp_netdevice_vrf_event()
10074 if (!netif_is_macvlan(dev)) in mlxsw_sp_macvlan_replay_upper()
10101 if (!netif_is_macvlan(dev)) in __mlxsw_sp_rif_macvlan_flush()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c448 if (netif_is_macvlan(netdev)) { in mlx5e_rep_check_indr_block_supported()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c421 } else if (netif_is_macvlan(dev)) { in prestera_dev_if_type()
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c985 if (netif_is_macvlan(upper) && !strict_match) { in alb_upper_dev_walk()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1473 if (netif_is_macvlan(lowerdev)) in macvlan_common_newlink()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c357 if (netif_is_macvlan(ndev)) in mlx5_tc_ct_get_flow_source_match()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5401 if (!netif_is_macvlan(vdev)) in ixgbe_macvlan_up()
9173 if (!netif_is_macvlan(vdev)) in ixgbe_reassign_macvlan_pool()
9391 if (netif_is_macvlan(upper)) { in get_macvlan_queue()
/openbmc/linux/include/linux/
H A Dnetdevice.h5037 static inline bool netif_is_macvlan(const struct net_device *dev) in netif_is_macvlan() function