Lines Matching refs:node
959 rc = rhashtable_remove_fast(&tc_info->l2_table, &l2_node->node, in bnxt_tc_put_l2_node()
987 rc = rhashtable_insert_fast(l2_table, &l2_node->node, in bnxt_tc_get_l2_node()
1105 rc = rhashtable_remove_fast(tunnel_table, &tunnel_node->node, in bnxt_tc_put_tunnel_node()
1139 rc = rhashtable_insert_fast(tunnel_table, &tunnel_node->node, in bnxt_tc_get_tunnel_node()
1204 &decap_l2_node->node, in bnxt_tc_put_decap_l2_node()
1489 rc = rhashtable_remove_fast(&tc_info->flow_table, &flow_node->node, in __bnxt_tc_del_flow()
1588 rc = rhashtable_insert_fast(&tc_info->flow_table, &new_node->node, in bnxt_tc_add_flow()
1983 .head_offset = offsetof(struct bnxt_tc_flow_node, node),
1990 .head_offset = offsetof(struct bnxt_tc_l2_node, node),
1997 .head_offset = offsetof(struct bnxt_tc_l2_node, node),
2004 .head_offset = offsetof(struct bnxt_tc_tunnel_node, node),