Searched refs:flow_node (Results 1 – 3 of 3) sorted by relevance
504 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_free() argument512 req->ext_flow_handle = flow_node->ext_flow_handle; in bnxt_hwrm_cfa_flow_free()514 req->flow_handle = flow_node->flow_handle; in bnxt_hwrm_cfa_flow_free()588 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_alloc() argument779 flow_node->flow_handle = resp->flow_handle; in bnxt_hwrm_cfa_flow_alloc()781 flow_node->ext_flow_handle = resp->ext_flow_handle; in bnxt_hwrm_cfa_flow_alloc()782 flow_node->flow_id = resp->flow_id; in bnxt_hwrm_cfa_flow_alloc()946 struct bnxt_tc_flow_node *flow_node) in bnxt_tc_put_l2_node() argument948 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node; in bnxt_tc_put_l2_node()953 list_del(&flow_node->l2_list_node); in bnxt_tc_put_l2_node()[all …]
1434 void *flow_node; member
709 struct otx2_tc_flow *flow_node; in otx2_tc_del_flow() local712 flow_node = rhashtable_lookup_fast(&tc_info->flow_table, in otx2_tc_del_flow()715 if (!flow_node) { in otx2_tc_del_flow()721 if (flow_node->is_act_police) { in otx2_tc_del_flow()724 err = cn10k_map_unmap_rq_policer(nic, flow_node->rq, in otx2_tc_del_flow()725 flow_node->leaf_profile, false); in otx2_tc_del_flow()729 flow_node->rq, flow_node->leaf_profile); in otx2_tc_del_flow()731 err = cn10k_free_leaf_profile(nic, flow_node->leaf_profile); in otx2_tc_del_flow()735 flow_node->leaf_profile); in otx2_tc_del_flow()737 __clear_bit(flow_node->rq, &nic->rq_bmap); in otx2_tc_del_flow()[all …]