Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c226 struct mlx5dr_action_dest *term_actions; in mlx5_cmd_dr_create_fte() local
259 term_actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, in mlx5_cmd_dr_create_fte()
260 sizeof(*term_actions), GFP_KERNEL); in mlx5_cmd_dr_create_fte()
261 if (!term_actions) { in mlx5_cmd_dr_create_fte()
369 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
405 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
414 term_actions[num_term_actions].dest = tmp_action; in mlx5_cmd_dr_create_fte()
418 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte()
432 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
470 if (term_actions->reformat) in mlx5_cmd_dr_create_fte()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A 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()