Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c127 struct devlink_dpipe_value *action_value, in mlxsw_sp_erif_entry_prepare()
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 in mlxsw_sp_erif_entry_get()
124 mlxsw_sp_erif_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_value, struct devlink_dpipe_match *match, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action) mlxsw_sp_erif_entry_prepare() argument
195 struct devlink_dpipe_value match_value, action_value; mlxsw_sp_dpipe_table_erif_entries_dump() local
401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) mlxsw_sp_dpipe_table_host_entry_prepare() argument
623 struct devlink_dpipe_value action_value; mlxsw_sp_dpipe_table_host_entries_dump() local
973 { struct devlink_dpipe_value *action_value; mlxsw_sp_dpipe_table_adj_entry_prepare() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c127 struct devlink_dpipe_value *action_value, in mlxsw_sp_erif_entry_prepare()
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 in mlxsw_sp_erif_entry_get()
124 mlxsw_sp_erif_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_value, struct devlink_dpipe_match *match, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action) mlxsw_sp_erif_entry_prepare() argument
195 struct devlink_dpipe_value match_value, action_value; mlxsw_sp_dpipe_table_erif_entries_dump() local
401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) mlxsw_sp_dpipe_table_host_entry_prepare() argument
623 struct devlink_dpipe_value action_value; mlxsw_sp_dpipe_table_host_entries_dump() local
973 { struct devlink_dpipe_value *action_value; mlxsw_sp_dpipe_table_adj_entry_prepare() local
[all...]

Completed in 3 milliseconds