Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c497 u8 action_sz = DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
519 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
531 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
532 action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
540 if (action_sz < DR_STE_ACTION_DOUBLE_SZ || !allow_encap) { in dr_ste_v1_set_actions_tx()
548 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
549 action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
554 if (!allow_encap || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
563 action_sz -= DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
564 action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]
H A Ddr_ste_v3.c133 if (hw_action_sz / DR_STE_ACTION_DOUBLE_SZ < DR_STE_DECAP_L3_ACTION_NUM) in dr_ste_v3_set_action_decap_l3_list()
149 hw_action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v3_set_action_decap_l3_list()
172 hw_action += DR_STE_ACTION_DOUBLE_SZ; in dr_ste_v3_set_action_decap_l3_list()
H A Ddr_ste_v1.h74 DR_STE_ACTION_DOUBLE_SZ = 8, enumerator