Searched refs:tmp_nic_matcher (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 320 milliseconds