Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c227 struct mlx5dr_action_dest *term_actions; in mlx5_cmd_dr_create_fte() local
260 term_actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, in mlx5_cmd_dr_create_fte()
261 sizeof(*term_actions), GFP_KERNEL); in mlx5_cmd_dr_create_fte()
262 if (!term_actions) { in mlx5_cmd_dr_create_fte()
370 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
406 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
415 term_actions[num_term_actions].dest = tmp_action; in mlx5_cmd_dr_create_fte()
419 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte()
433 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
471 if (term_actions->reformat) in mlx5_cmd_dr_create_fte()
[all …]
/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c2585 u8 term_actions = 0; in i40iw_sc_qp_modify() local
2594 term_actions += I40IWQP_TERM_SEND_TERM_ONLY; in i40iw_sc_qp_modify()
2596 term_actions += I40IWQP_TERM_SEND_FIN_ONLY; in i40iw_sc_qp_modify()
2597 if ((term_actions == I40IWQP_TERM_SEND_TERM_AND_FIN) || in i40iw_sc_qp_modify()
2598 (term_actions == I40IWQP_TERM_SEND_TERM_ONLY)) in i40iw_sc_qp_modify()
2619 LS_64(term_actions, I40IW_CQPSQ_QP_TERMACT) | in i40iw_sc_qp_modify()