Searched refs:flow_node (Results 1 – 3 of 3) sorted by relevance
508 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_free() argument516 req->ext_flow_handle = flow_node->ext_flow_handle; in bnxt_hwrm_cfa_flow_free()518 req->flow_handle = flow_node->flow_handle; in bnxt_hwrm_cfa_flow_free()592 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_alloc() argument783 flow_node->flow_handle = resp->flow_handle; in bnxt_hwrm_cfa_flow_alloc()785 flow_node->ext_flow_handle = resp->ext_flow_handle; in bnxt_hwrm_cfa_flow_alloc()786 flow_node->flow_id = resp->flow_id; in bnxt_hwrm_cfa_flow_alloc()950 struct bnxt_tc_flow_node *flow_node) in bnxt_tc_put_l2_node() argument952 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node; in bnxt_tc_put_l2_node()957 list_del(&flow_node->l2_list_node); in bnxt_tc_put_l2_node()[all …]
1836 void *flow_node; member
1194 struct otx2_tc_flow *flow_node; in otx2_tc_del_flow() local1197 flow_node = otx2_tc_get_entry_by_cookie(flow_cfg, tc_flow_cmd->cookie); in otx2_tc_del_flow()1198 if (!flow_node) { in otx2_tc_del_flow()1205 if (flow_node->req.match_id) in otx2_tc_del_flow()1209 if (flow_node->is_act_police) { in otx2_tc_del_flow()1210 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow()1217 err = cn10k_map_unmap_rq_policer(nic, flow_node->rq, in otx2_tc_del_flow()1218 flow_node->leaf_profile, false); in otx2_tc_del_flow()1222 flow_node->rq, flow_node->leaf_profile); in otx2_tc_del_flow()1224 err = cn10k_free_leaf_profile(nic, flow_node->leaf_profile); in otx2_tc_del_flow()[all …]