Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c70 DR_STE_ACTION_DOUBLE_SZ = 8, enumerator
631 u8 action_sz = DR_STE_ACTION_DOUBLE_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()
665 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
666 action += 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()
682 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
683 action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
688 if (!allow_encap || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
697 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]