Searched refs:post_act_handle (Results 1 – 2 of 2) sorted by relevance
48 struct mlx5e_post_act_handle *post_act_handle; member55 struct mlx5e_post_act_handle *post_act_handle; member269 restore_hash(u32 obj_id, struct mlx5e_post_act_handle *post_act_handle) in restore_hash() argument271 return jhash_2words(obj_id, hash32_ptr(post_act_handle), 0); in restore_hash()276 struct mlx5e_post_act_handle *post_act_handle) in restore_equal() argument278 return restore->obj_id == obj_id && restore->post_act_handle == post_act_handle; in restore_equal()283 struct mlx5e_post_act_handle *post_act_handle) in sample_restore_get() argument293 hash_key = restore_hash(obj_id, post_act_handle); in sample_restore_get()295 if (restore_equal(restore, obj_id, post_act_handle)) in sample_restore_get()304 restore->post_act_handle = post_act_handle; in sample_restore_get()[all …]
64 struct mlx5e_post_act_handle *post_act_handle; member1772 ct_flow->post_act_handle = handle; in __mlx5_tc_ct_flow_offload()1979 if (ct_flow->post_act_handle) { in __mlx5_tc_ct_delete_flow()1981 mlx5e_tc_post_act_del(ct_priv->post_act, ct_flow->post_act_handle); in __mlx5_tc_ct_delete_flow()