Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_vlan.h148 extern __be16 vlan_dev_vlan_proto(const struct net_device *dev);
266 static inline __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c101 .vlan.proto = vlan_dev_vlan_proto(vlan_dev), in mlx5e_tc_act_vlan_add_push_action()
/openbmc/linux/net/8021q/
H A Dvlan_core.c119 __be16 vlan_dev_vlan_proto(const struct net_device *dev) in vlan_dev_vlan_proto() function
123 EXPORT_SYMBOL(vlan_dev_vlan_proto);
/openbmc/linux/drivers/net/bonding/
H A Dbond_alb.c973 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk()
977 vlan_dev_vlan_proto(upper), in alb_upper_dev_walk()
H A Dbond_main.c3031 tags[level].vlan_proto = vlan_dev_vlan_proto(upper); in bond_verify_device_path()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c212 eth->h_proto = vlan_dev_vlan_proto(dev); in gen_eth_tnl_hdr()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2060 vlan_proto = vlan_dev_vlan_proto(vdev); in dpaa2_switch_port_clear_rxvlan()
2070 vlan_proto = vlan_dev_vlan_proto(vdev); in dpaa2_switch_port_restore_rxvlan()
/openbmc/linux/net/dsa/
H A Dslave.c1891 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q); in dsa_slave_restore_vlan()
1898 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q); in dsa_slave_clear_vlan()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4867 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) { in mlxsw_sp_netdevice_port_upper_event()
5200 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) { in mlxsw_sp_netdevice_bridge_event()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2679 match.key->vlan_tpid = vlan_dev_vlan_proto(filter_dev); in __parse_cls_flower()