Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c69 DR_STE_ACTION_DOUBLE_SZ = 8, enumerator
546 u8 action_sz = DR_STE_ACTION_DOUBLE_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()
581 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
582 action += 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()
598 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
599 action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
604 if (!allow_encap || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
613 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]