Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c70 DR_STE_ACTION_TRIPLE_SZ = 12, enumerator
556 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
576 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
593 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
607 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
618 if (action_sz < DR_STE_ACTION_TRIPLE_SZ) { in dr_ste_v1_set_actions_tx()
621 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
629 action_sz -= DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
630 action += DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
635 action_sz = DR_STE_ACTION_TRIPLE_SZ; in dr_ste_v1_set_actions_tx()
[all …]