Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c127 struct devlink_dpipe_value *action_value, in mlxsw_sp_erif_entry_prepare() argument
133 entry->action_values = action_value; in mlxsw_sp_erif_entry_prepare()
142 action_value->action = action; in mlxsw_sp_erif_entry_prepare()
143 action_value->value_size = sizeof(u32); in mlxsw_sp_erif_entry_prepare()
144 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_erif_entry_prepare()
145 if (!action_value->value) in mlxsw_sp_erif_entry_prepare()
159 u32 *action_value; in mlxsw_sp_erif_entry_get() local
171 action_value = entry->action_values->value; in mlxsw_sp_erif_entry_get()
172 *action_value = 1; in mlxsw_sp_erif_entry_get()
195 struct devlink_dpipe_value match_value, action_value; in mlxsw_sp_dpipe_table_erif_entries_dump() local
[all …]