Home
last modified time | relevance | path

Searched refs:post_act_handle (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.c144 err = mlx5e_tc_post_act_set_handle(mdev, next_attr->post_act_handle, mod_acts); in mlx5e_tc_act_set_next_post_act()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h91 struct mlx5e_post_act_handle *post_act_handle; member
Den_tc.c3679 mlx5e_tc_post_act_unoffload(post_act, attr->post_act_handle); in mlx5e_tc_unoffload_flow_post_acts()
3695 if (attr->post_act_handle) in free_flow_post_acts()
3696 mlx5e_tc_post_act_del(post_act, attr->post_act_handle); in free_flow_post_acts()
3726 err = mlx5e_tc_post_act_offload(post_act, attr->post_act_handle); in mlx5e_tc_offload_flow_post_acts()
3808 attr->post_act_handle = handle; in alloc_flow_post_acts()