Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1159 decap_l2_node = bnxt_tc_get_l2_node(bp, &tc_info->decap_l2_table, in bnxt_tc_get_ref_decap_handle()
1199 rc = rhashtable_remove_fast(&tc_info->decap_l2_table, in bnxt_tc_put_decap_l2_node()
2037 rc = rhashtable_init(&tc_info->decap_l2_table, in bnxt_init_tc()
2071 rhashtable_destroy(&tc_info->decap_l2_table); in bnxt_init_tc()
2093 rhashtable_destroy(&tc_info->decap_l2_table); in bnxt_shutdown_tc()
H A Dbnxt.h1439 struct rhashtable decap_l2_table; member