Searched refs:push_vlan (Results 1 – 5 of 5) sorted by relevance
70 nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan, in nfp_fl_push_vlan() argument76 push_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_VLAN; in nfp_fl_push_vlan()77 push_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_vlan()78 push_vlan->reserved = 0; in nfp_fl_push_vlan()79 push_vlan->vlan_tpid = tcf_vlan_push_proto(action); in nfp_fl_push_vlan()85 push_vlan->vlan_tci = cpu_to_be16(tmp_push_vlan_tci); in nfp_fl_push_vlan()
291 MLX5_CAP_ESW_FLOWTABLE_FDB(dev, push_vlan); in mlx5_eswitch_vlan_actions_supported()
350 vlan = MLX5_ADDR_OF(flow_context, in_flow_context, push_vlan); in mlx5_cmd_set_fte()
294 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan() function1273 err = push_vlan(skb, key, nla_data(a)); in do_execute_actions()
343 u8 push_vlan[0x1]; member2414 struct mlx5_ifc_vlan_bits push_vlan; member