Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_action.c461 attr->modify_action.data = action->modify_header.single_action; in hws_action_fill_stc_attr()
1258 action[i].modify_header.single_action = pattern[i].data[0]; in hws_action_create_modify_header_hws()
2178 u8 *single_action; in hws_action_setter_modify_header() local
2200 single_action = (u8 *)&action->modify_header.single_action; in hws_action_setter_modify_header()
2202 single_action = rule_action->modify_header.data; in hws_action_setter_modify_header()
2205 *(__be32 *)MLX5_ADDR_OF(set_action_in, single_action, data); in hws_action_setter_modify_header()
H A Dmlx5hws_action.h132 __be64 single_action; member