Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c1740 if ((spec->ema_actions & action_mask) != 0) { in efx_mae_action_set_spec_populate()
1755 if ((spec->ema_actions & later_actions_mask) != 0) { in efx_mae_action_set_spec_populate()
1768 spec->ema_actions |= action_mask; in efx_mae_action_set_spec_populate()
2531 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_SET_DST_MAC)) == 0) { in efx_mae_action_set_fill_in_dst_mac_id()
2571 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_SET_SRC_MAC)) == 0) { in efx_mae_action_set_fill_in_src_mac_id()
2764 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_ENCAP)) == 0) { in efx_mae_action_set_fill_in_eh_id()
2828 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_ENCAP)) != 0 && in efx_mae_action_set_alloc()
2854 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_DECAP)) != 0) { in efx_mae_action_set_alloc()
2903 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_FLAG)) != 0) { in efx_mae_action_set_alloc()
2908 if ((spec->ema_actions & (1U << EFX_MAE_ACTION_MARK)) != 0) { in efx_mae_action_set_alloc()
[all …]
H A Defx_impl.h1806 uint32_t ema_actions; member