Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_matcher.c402 struct mlx5dr_matcher_rx_tx *curr_nic_matcher, in dr_matcher_connect() argument
406 struct mlx5dr_table_rx_tx *nic_tbl = curr_nic_matcher->nic_tbl; in dr_matcher_connect()
421 curr_nic_matcher->e_anchor, in dr_matcher_connect()
428 info.miss_icm_addr = curr_nic_matcher->e_anchor->chunk->icm_addr; in dr_matcher_connect()
430 curr_nic_matcher->s_htbl, in dr_matcher_connect()
442 info.hit_next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
449 curr_nic_matcher->s_htbl->pointing_ste = prev_htbl->ste_arr; in dr_matcher_connect()
450 prev_htbl->ste_arr[0].next_htbl = curr_nic_matcher->s_htbl; in dr_matcher_connect()
453 next_nic_matcher->s_htbl->pointing_ste = curr_nic_matcher->e_anchor->ste_arr; in dr_matcher_connect()
454 curr_nic_matcher->e_anchor->ste_arr[0].next_htbl = next_nic_matcher->s_htbl; in dr_matcher_connect()