Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/rocker/
Drocker_ofdpa.c110 u8 pop_vlan; member
248 u16 vid, bool *pop_vlan) in ofdpa_port_vid_to_vlan() argument
252 if (pop_vlan) in ofdpa_port_vid_to_vlan()
253 *pop_vlan = false; in ofdpa_port_vid_to_vlan()
257 if (pop_vlan) in ofdpa_port_vid_to_vlan()
258 *pop_vlan = true; in ofdpa_port_vid_to_vlan()
590 entry->l2_interface.pop_vlan)) in ofdpa_cmd_group_tbl_add_l2_interface()
1149 u32 out_pport, int pop_vlan) in ofdpa_group_l2_interface() argument
1158 entry->l2_interface.pop_vlan = pop_vlan; in ofdpa_group_l2_interface()
1491 __be16 vlan_id, bool pop_vlan) in ofdpa_port_vlan_l2_groups() argument
[all …]
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/
Daction.c105 static void nfp_fl_pop_vlan(struct nfp_fl_pop_vlan *pop_vlan) in nfp_fl_pop_vlan() argument
109 pop_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_POP_VLAN; in nfp_fl_pop_vlan()
110 pop_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_vlan()
111 pop_vlan->reserved = 0; in nfp_fl_pop_vlan()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h583 return (MLX5_CAP_ESW_EGRESS_ACL(esw->dev, pop_vlan) && in esw_vst_mode_is_steering()
590 bool ret = MLX5_CAP_ESW_FLOWTABLE_FDB(dev, pop_vlan) && in mlx5_eswitch_vlan_actions_supported()
/linux-6.6.21/net/openvswitch/
Dactions.c218 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() function
1379 err = pop_vlan(skb, key); in do_execute_actions()
/linux-6.6.21/include/linux/mlx5/
Dmlx5_ifc.h438 u8 pop_vlan[0x1]; member