Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c130 entry->match_values = match_value; in mlxsw_sp_erif_entry_prepare()
165 rif_value = entry->match_values->value; in mlxsw_sp_erif_entry_get()
168 entry->match_values->mapping_valid = true; in mlxsw_sp_erif_entry_get()
402 struct devlink_dpipe_value *match_values, in mlxsw_sp_dpipe_table_host_entry_prepare() argument
411 entry->match_values = match_values; in mlxsw_sp_dpipe_table_host_entry_prepare()
630 memset(match_values, 0, MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT * in mlxsw_sp_dpipe_table_host_entries_dump()
631 sizeof(match_values[0])); in mlxsw_sp_dpipe_table_host_entries_dump()
969 struct devlink_dpipe_value *match_values, in mlxsw_sp_dpipe_table_adj_entry_prepare() argument
978 entry->match_values = match_values; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1159 sizeof(match_values[0])); in mlxsw_sp_dpipe_table_adj_entries_dump()
[all …]
/linux/net/devlink/
H A Ddpipe.c419 err = devlink_dpipe_match_values_put(skb, entry->match_values, in devlink_dpipe_entry_put()
526 value = entry->match_values; in devlink_dpipe_entry_clear()
/linux/include/net/
H A Ddevlink.h304 struct devlink_dpipe_value *match_values; member