Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c
H A Dmlx5_fs_core.c1606 u32 action1 = act1->action; in check_conflicting_actions() local
1610 xored_actions = action1 ^ action2; in check_conflicting_actions()
1613 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT || in check_conflicting_actions()
1627 if (action1 & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT && in check_conflicting_actions()
1631 if (action1 & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR && in check_conflicting_actions()
1635 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH && in check_conflicting_actions()
1639 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 && in check_conflicting_actions()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3129 .WillOnce(action1);
3135 execute `action1` in thread 1 and `action2` in thread 2.
3139 that the execution of `action1` and `action2` in the above example *may*
3141 `action1` and `action2` to make the test thread-safe.