Searched refs:zone_restore_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h129 struct sk_buff *skb, u8 zone_restore_id);
197 struct sk_buff *skb, u8 zone_restore_id)
199 if (!zone_restore_id)
196 mlx5e_tc_ct_restore_flow(struct mlx5_tc_ct_priv *ct_priv, struct sk_buff *skb, u8 zone_restore_id) argument
H A Dtc_ct.c105 u32 zone_restore_id; member in struct:mlx5_ct_ft
556 u8 zone_restore_id)
578 ZONE_RESTORE_TO_REG, zone_restore_id);
588 NIC_ZONE_RESTORE_TO_REG, zone_restore_id);
708 u8 zone_restore_id, bool nat_table, bool has_nat)
743 zone_restore_id);
793 bool nat, u8 zone_restore_id)
815 zone_restore_id,
870 bool nat, u8 zone_restore_id)
890 err = mlx5_tc_ct_entry_create_mod_hdr(ct_priv, attr, flow_rule, &mh, zone_restore_id,
551 mlx5_tc_ct_entry_set_registers(struct mlx5_tc_ct_priv *ct_priv, struct mlx5e_tc_mod_hdr_acts *mod_acts, u8 ct_state, u32 mark, u32 labels_id, u8 zone_restore_id) argument
704 mlx5_tc_ct_entry_create_mod_hdr(struct mlx5_tc_ct_priv *ct_priv, struct mlx5_flow_attr *attr, struct flow_rule *flow_rule, struct mlx5e_mod_hdr_handle **mh, u8 zone_restore_id, bool nat_table, bool has_nat) argument
790 mlx5_tc_ct_entry_add_rule(struct mlx5_tc_ct_priv *ct_priv, struct flow_rule *flow_rule, struct mlx5_ct_entry *entry, bool nat, u8 zone_restore_id) argument
867 mlx5_tc_ct_entry_replace_rule(struct mlx5_tc_ct_priv *ct_priv, struct flow_rule *flow_rule, struct mlx5_ct_entry *entry, bool nat, u8 zone_restore_id) argument
1086 mlx5_tc_ct_entry_add_rules(struct mlx5_tc_ct_priv *ct_priv, struct flow_rule *flow_rule, struct mlx5_ct_entry *entry, u8 zone_restore_id) argument
1124 mlx5_tc_ct_entry_replace_rules(struct mlx5_tc_ct_priv *ct_priv, struct flow_rule *flow_rule, struct mlx5_ct_entry *entry, u8 zone_restore_id) argument
2289 mlx5e_tc_ct_restore_flow(struct mlx5_tc_ct_priv *ct_priv, struct sk_buff *skb, u8 zone_restore_id) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c703 u32 reg_c0, reg_c1, zone_restore_id, tunnel_id; local
725 zone_restore_id = reg_c1 & ESW_ZONE_ID_MASK;
745 zone_restore_id, tunnel_id, &tc_priv))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h390 u32 zone_restore_id, u32 tunnel_id,
H A Den_tc.c5560 struct mlx5_mapped_obj *mapped_obj, u32 zone_restore_id,
5572 if (!mlx5e_tc_ct_restore_flow(ct_priv, skb, zone_restore_id))
5639 u32 zone_restore_id, u32 tunnel_id,
5657 return mlx5e_tc_restore_skb_tc_meta(skb, ct_priv, &mapped_obj, zone_restore_id,
5676 u32 mapped_obj_id, reg_b, zone_restore_id; local
5684 zone_restore_id = (reg_b >> MLX5_REG_MAPPING_MOFFSET(NIC_ZONE_RESTORE_TO_REG)) &
5689 return mlx5e_tc_update_skb(cqe, skb, mapping_ctx, mapped_obj_id, ct_priv, zone_restore_id,
5559 mlx5e_tc_restore_skb_tc_meta(struct sk_buff *skb, struct mlx5_tc_ct_priv *ct_priv, struct mlx5_mapped_obj *mapped_obj, u32 zone_restore_id, u32 tunnel_id, struct mlx5e_tc_update_priv *tc_priv) argument
5636 mlx5e_tc_update_skb(struct mlx5_cqe64 *cqe, struct sk_buff *skb, struct mapping_ctx *mapping_ctx, u32 mapped_obj_id, struct mlx5_tc_ct_priv *ct_priv, u32 zone_restore_id, u32 tunnel_id, struct mlx5e_tc_update_priv *tc_priv) argument

Completed in 159 milliseconds