Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c1083 efx_rc_t (*emad_add)(efx_mae_actions_t *, member
1089 .emad_add = efx_mae_action_set_add_vlan_pop
1092 .emad_add = efx_mae_action_set_add_vlan_push
1095 .emad_add = efx_mae_action_set_add_flag
1098 .emad_add = efx_mae_action_set_add_mark
1101 .emad_add = efx_mae_action_set_add_deliver
1179 if (efx_mae_actions[type].emad_add != NULL) { in efx_mae_action_set_spec_populate()
1180 rc = efx_mae_actions[type].emad_add(spec, arg_size, arg); in efx_mae_action_set_spec_populate()