Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_rule.c412 apply.next_direct_idx = ste_attr.direct_index; in hws_rule_create_hws()
414 apply.next_direct_idx = 0; in hws_rule_create_hws()
450 apply.next_direct_idx = --ste_attr.direct_index; in hws_rule_create_hws()
Dmlx5hws_action.h89 u32 next_direct_idx; member
Dmlx5hws_action.c2383 apply->wqe_data[MLX5HWS_ACTION_OFFSET_HIT_LSB] = htonl(apply->next_direct_idx << 6); in hws_action_setter_hit_next_action()