Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c631 u8 action_sz = DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx() local
636 if (action_sz < DR_STE_ACTION_SINGLE_SZ) { in dr_ste_v1_set_actions_tx()
641 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
644 action_sz -= DR_STE_ACTION_SINGLE_SZ; in dr_ste_v1_set_actions_tx()
653 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
658 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
665 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
674 if (action_sz < DR_STE_ACTION_DOUBLE_SZ || !allow_encap) { in dr_ste_v1_set_actions_tx()
677 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
682 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]