Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c383 struct mlx5dr_matcher_rx_tx *next_nic_matcher, in dr_matcher_connect() argument
393 if (next_nic_matcher) { in dr_matcher_connect()
395 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
432 if (next_nic_matcher) { in dr_matcher_connect()
433 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
434 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
682 struct mlx5dr_matcher_rx_tx *next_nic_matcher, in dr_matcher_disconnect() argument
695 if (next_nic_matcher) { in dr_matcher_disconnect()
697 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_disconnect()
698 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->ste_arr; in dr_matcher_disconnect()
[all …]