Home
last modified time | relevance | path

Searched refs:term_action (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c216 struct mlx5dr_action *term_action = NULL; in mlx5_cmd_dr_create_fte() local
338 term_action = tmp_action; in mlx5_cmd_dr_create_fte()
382 term_action = tmp_action; in mlx5_cmd_dr_create_fte()
391 term_action = tmp_action; in mlx5_cmd_dr_create_fte()
403 if (term_action) in mlx5_cmd_dr_create_fte()
404 actions[num_actions++] = term_action; in mlx5_cmd_dr_create_fte()
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c475 struct sigaction term_action = { variable
483 if (sigaction(SIGTERM, &term_action, NULL)) in ebb_init()