Lines Matching refs:match_values

130 	entry->match_values = match_value;  in mlxsw_sp_erif_entry_prepare()
165 rif_value = entry->match_values->value; in mlxsw_sp_erif_entry_get()
167 entry->match_values->mapping_value = mlxsw_sp_rif_dev_ifindex(rif); 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()
418 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_entry_prepare()
427 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_entry_prepare()
465 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in __mlxsw_sp_dpipe_table_host_entry_fill()
473 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in __mlxsw_sp_dpipe_table_host_entry_fill()
621 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local
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()
635 err = mlxsw_sp_dpipe_table_host_entry_prepare(&entry, match_values, 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()
985 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
994 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1003 match_value = &match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1042 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX]; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1046 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE]; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1050 value = &entry->match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX]; in __mlxsw_sp_dpipe_table_adj_entry_fill()
1149 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; in mlxsw_sp_dpipe_table_adj_entries_dump() local
1158 memset(match_values, 0, MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT * in mlxsw_sp_dpipe_table_adj_entries_dump()
1159 sizeof(match_values[0])); in mlxsw_sp_dpipe_table_adj_entries_dump()
1167 match_values, matches, in mlxsw_sp_dpipe_table_adj_entries_dump()