Searched refs:flow_node (Results 1 – 3 of 3) sorted by relevance
1380 flow_node->decap_node); in bnxt_tc_get_decap_handle()1482 bnxt_tc_put_tunnel_handle(bp, &flow_node->flow, flow_node); in __bnxt_tc_del_flow()1621 if (!flow_node) in bnxt_tc_del_flow()1639 if (!flow_node) in bnxt_tc_get_flow_stats()1642 flow = &flow_node->flow; in bnxt_tc_get_flow_stats()1703 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_hwrm_cfa_flow_stats_get() local1772 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; in bnxt_tc_flow_stats_batch_update() local1793 void *flow_node; in bnxt_tc_flow_stats_batch_prep() local1801 if (IS_ERR(flow_node)) { in bnxt_tc_flow_stats_batch_prep()1812 if (!flow_node) in bnxt_tc_flow_stats_batch_prep()[all …]
1836 void *flow_node; member
1193 struct otx2_tc_flow *flow_node; in otx2_tc_del_flow() local1197 if (!flow_node) { in otx2_tc_del_flow()1204 if (flow_node->req.match_id) in otx2_tc_del_flow()1208 if (flow_node->is_act_police) { in otx2_tc_del_flow()1221 flow_node->rq, flow_node->leaf_profile); in otx2_tc_del_flow()1244 kfree_rcu(flow_node, rcu); in otx2_tc_del_flow()1362 if (!flow_node) { in otx2_tc_get_flow_stats()1376 req->entry = flow_node->entry; in otx2_tc_get_flow_stats()1398 stats = &flow_node->stats; in otx2_tc_get_flow_stats()1400 spin_lock(&flow_node->lock); in otx2_tc_get_flow_stats()[all …]