Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
Ddr_ste_v1.c498 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_tx() local
515 allow_modify_hdr = false; 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()
655 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_rx() local
666 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
672 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
681 allow_modify_hdr = true; in dr_ste_v1_set_actions_rx()
691 !allow_modify_hdr) { in dr_ste_v1_set_actions_rx()
704 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
709 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_rx()
[all …]