Searched refs:match_values (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dpipe.c | 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() 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_RI in __mlxsw_sp_dpipe_table_host_entry_fill() 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 621 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; mlxsw_sp_dpipe_table_host_entries_dump() local 968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_entry_prepare() argument 1149 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; mlxsw_sp_dpipe_table_adj_entries_dump() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dpipe.c | 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() 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_RI in __mlxsw_sp_dpipe_table_host_entry_fill() 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 621 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; mlxsw_sp_dpipe_table_host_entries_dump() local 968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_entry_prepare() argument 1149 struct devlink_dpipe_value match_values[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; mlxsw_sp_dpipe_table_adj_entries_dump() local [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dpipe.c | 419 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | devlink.h | 234 * @match_values: match values 243 struct devlink_dpipe_value *match_values; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | devlink.h | 294 * @match_values: match values 303 struct devlink_dpipe_value *match_values; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 2409 err = devlink_dpipe_match_values_put(skb, entry->match_values, in devlink_dpipe_entry_put() 2515 value = entry->match_values; in devlink_dpipe_entry_clear()
|
Completed in 43 milliseconds