Lines Matching full:matches
368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_match_action_prepare() argument
374 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_match_action_prepare()
379 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_match_action_prepare()
403 struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_entry_prepare() argument
417 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF]; in mlxsw_sp_dpipe_table_host_entry_prepare()
426 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP]; in mlxsw_sp_dpipe_table_host_entry_prepare()
622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local
628 memset(matches, 0, MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT * in mlxsw_sp_dpipe_table_host_entries_dump()
629 sizeof(matches[0])); in mlxsw_sp_dpipe_table_host_entries_dump()
634 mlxsw_sp_dpipe_table_host_match_action_prepare(matches, &action, type); in mlxsw_sp_dpipe_table_host_entries_dump()
636 matches, &action_value, in mlxsw_sp_dpipe_table_host_entries_dump()
935 mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_adj_match_action_prepare() argument
941 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX]; in mlxsw_sp_dpipe_table_adj_match_action_prepare()
946 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE]; in mlxsw_sp_dpipe_table_adj_match_action_prepare()
951 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX]; in mlxsw_sp_dpipe_table_adj_match_action_prepare()
970 struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_adj_entry_prepare() argument
984 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
993 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1002 match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX]; in mlxsw_sp_dpipe_table_adj_entry_prepare()
1151 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; in mlxsw_sp_dpipe_table_adj_entries_dump() local
1156 memset(matches, 0, MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT * in mlxsw_sp_dpipe_table_adj_entries_dump()
1157 sizeof(matches[0])); in mlxsw_sp_dpipe_table_adj_entries_dump()
1165 mlxsw_sp_dpipe_table_adj_match_action_prepare(matches, actions); in mlxsw_sp_dpipe_table_adj_entries_dump()
1167 match_values, matches, in mlxsw_sp_dpipe_table_adj_entries_dump()