Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c658 struct mlx5dr_matcher_rx_tx *next_nic_matcher, in dr_matcher_connect() argument
668 if (next_nic_matcher) { in dr_matcher_connect()
670 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
707 if (next_nic_matcher) { in dr_matcher_connect()
708 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
709 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()
965 struct mlx5dr_matcher_rx_tx *next_nic_matcher, in dr_matcher_disconnect() argument
978 if (next_nic_matcher) { in dr_matcher_disconnect()
980 info.hit_next_htbl = next_nic_matcher->s_htbl; in dr_matcher_disconnect()
981 next_nic_matcher->s_htbl->pointing_ste = prev_anchor->ste_arr; in dr_matcher_disconnect()
[all …]