Home
last modified time | relevance | path

Searched refs:n_ethtype (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c231 u16 n_ethtype = vlan->ethtype; in create_action_push_vlan() local
236 vlan_hdr = (u32)n_ethtype << 16 | (u32)(prio) << 12 | (u32)vid; in create_action_push_vlan()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c591 u16 n_ethtype = vlan->ethtype; in mlx5_fs_calc_vlan_hdr() local
595 return (u32)n_ethtype << 16 | (u32)(prio) << 12 | (u32)vid; in mlx5_fs_calc_vlan_hdr()