Home
last modified time | relevance | path

Searched refs:pop_vlan (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c109 u8 pop_vlan; member
249 u16 vid, bool *pop_vlan) in ofdpa_port_vid_to_vlan() argument
253 if (pop_vlan) in ofdpa_port_vid_to_vlan()
254 *pop_vlan = false; in ofdpa_port_vid_to_vlan()
258 if (pop_vlan) in ofdpa_port_vid_to_vlan()
259 *pop_vlan = true; in ofdpa_port_vid_to_vlan()
591 entry->l2_interface.pop_vlan)) in ofdpa_cmd_group_tbl_add_l2_interface()
1137 u32 out_pport, int pop_vlan) in ofdpa_group_l2_interface() argument
1146 entry->l2_interface.pop_vlan = pop_vlan; in ofdpa_group_l2_interface()
1474 __be16 vlan_id, bool pop_vlan) in ofdpa_port_vlan_l2_groups() argument
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h655 return (MLX5_CAP_ESW_EGRESS_ACL(esw->dev, pop_vlan) && in esw_vst_mode_is_steering()
662 bool ret = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, pop_vlan) && in mlx5_eswitch_vlan_actions_supported()
/linux/net/openvswitch/
H A Dactions.c183 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() function
1343 err = pop_vlan(skb, key); in do_execute_actions()