Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c745 struct mlx5dr_matcher_rx_tx *next_nic_matcher, *prev_nic_matcher, *tmp_nic_matcher; in mlx5dr_matcher_add_to_tbl_nic() local
757 list_for_each_entry(tmp_nic_matcher, &nic_tbl->nic_matcher_list, list_node) { in mlx5dr_matcher_add_to_tbl_nic()
758 if (tmp_nic_matcher->prio >= nic_matcher->prio) { in mlx5dr_matcher_add_to_tbl_nic()
759 next_nic_matcher = tmp_nic_matcher; in mlx5dr_matcher_add_to_tbl_nic()