Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c132 entry->action_values = action_value; in mlxsw_sp_erif_entry_prepare()
170 action_value = entry->action_values->value; in mlxsw_sp_erif_entry_get()
412 entry->action_values = action_value; in mlxsw_sp_dpipe_table_host_entry_prepare()
475 value = entry->action_values; in __mlxsw_sp_dpipe_table_host_entry_fill()
969 struct devlink_dpipe_value *action_values, in mlxsw_sp_dpipe_table_adj_entry_prepare() argument
979 entry->action_values = action_values; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1010 action_value = &action_values[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1019 action_value = &action_values[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1052 value = &entry->action_values[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC]; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1055 value = &entry->action_values[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT]; in __mlxsw_sp_dpipe_table_adj_entry_fill()
[all …]
/Linux-v4.19/include/net/
Ddevlink.h164 struct devlink_dpipe_value *action_values; member
/Linux-v4.19/net/core/
Ddevlink.c2027 err = devlink_dpipe_action_values_put(skb, entry->action_values, in devlink_dpipe_entry_put()
2113 value = entry->action_values; in devlink_dpipe_entry_clear()