Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c885 decap_l2_node = bnxt_tc_get_l2_node(bp, &tc_info->decap_l2_table, in bnxt_tc_get_ref_decap_handle()
925 rc = rhashtable_remove_fast(&tc_info->decap_l2_table, in bnxt_tc_put_decap_l2_node()
1645 rc = rhashtable_init(&tc_info->decap_l2_table, in bnxt_init_tc()
1671 rhashtable_destroy(&tc_info->decap_l2_table); in bnxt_init_tc()
1690 rhashtable_destroy(&tc_info->decap_l2_table); in bnxt_shutdown_tc()
Dbnxt.h1255 struct rhashtable decap_l2_table; member