Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c521 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_tx() local
535 allow_modify_hdr = false; in dr_ste_v1_set_actions_tx()
542 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
639 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_rx() local
648 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
654 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
663 allow_modify_hdr = true; in dr_ste_v1_set_actions_rx()
673 !allow_modify_hdr) { in dr_ste_v1_set_actions_rx()
677 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
688 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_rx()
[all …]