Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c546 u8 action_sz = DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx() local
551 if (action_sz < DR_STE_ACTION_SINGLE_SZ) { in dr_ste_v1_set_actions_tx()
556 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
559 action_sz -= DR_STE_ACTION_SINGLE_SZ; in dr_ste_v1_set_actions_tx()
571 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
576 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
581 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
590 if (action_sz < DR_STE_ACTION_DOUBLE_SZ || !allow_encap) { in dr_ste_v1_set_actions_tx()
593 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
598 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]