Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.h133 u32 nope_locations; member
Dmlx5hws_action.c1216 action[i].modify_header.nope_locations = nope_location; in hws_action_create_modify_header_hws()
1263 if (unlikely(action[i].modify_header.nope_locations)) { in hws_action_create_modify_header_hws()
2068 u32 nope_locations) in hws_action_modify_write() argument
2073 if (unlikely(nope_locations)) { in hws_action_modify_write()
2081 if (BIT(i) & nope_locations) in hws_action_modify_write()
2219 action->modify_header.nope_locations); in hws_action_setter_modify_header()