Searched refs:pop_vlan (Results 1 – 5 of 5) sorted by relevance
110 u8 pop_vlan; member248 u16 vid, bool *pop_vlan) in ofdpa_port_vid_to_vlan() argument252 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() argument1158 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 …]
105 static void nfp_fl_pop_vlan(struct nfp_fl_pop_vlan *pop_vlan) in nfp_fl_pop_vlan() argument109 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()
583 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()
218 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() function1379 err = pop_vlan(skb, key); in do_execute_actions()
438 u8 pop_vlan[0x1]; member