Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c129 entry->match_values = match_value; in mlxsw_sp_erif_entry_prepare()
164 rif_value = entry->match_values->value; in mlxsw_sp_erif_entry_get()
166 entry->match_values->mapping_value = mlxsw_sp_rif_dev_ifindex(rif); in mlxsw_sp_erif_entry_get()
167 entry->match_values->mapping_valid = true; in mlxsw_sp_erif_entry_get()
400 struct devlink_dpipe_value *match_values, in mlxsw_sp_dpipe_table_host_entry_prepare() argument
409 entry->match_values = match_values; in mlxsw_sp_dpipe_table_host_entry_prepare()
416 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_entry_prepare()
425 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_entry_prepare()
463 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in __mlxsw_sp_dpipe_table_host_entry_fill()
471 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in __mlxsw_sp_dpipe_table_host_entry_fill()
[all …]
/Linux-v4.19/include/net/
Ddevlink.h162 struct devlink_dpipe_value *match_values; member
/Linux-v4.19/net/core/
Ddevlink.c2014 err = devlink_dpipe_match_values_put(skb, entry->match_values, in devlink_dpipe_entry_put()
2120 value = entry->match_values; in devlink_dpipe_entry_clear()