Searched refs:flow_node (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c508 struct bnxt_tc_flow_node *flow_node)
516 req->ext_flow_handle = flow_node->ext_flow_handle;
518 req->flow_handle = flow_node->flow_handle;
592 struct bnxt_tc_flow_node *flow_node)
783 flow_node->flow_handle = resp->flow_handle;
785 flow_node->ext_flow_handle = resp->ext_flow_handle;
786 flow_node->flow_id = resp->flow_id;
950 struct bnxt_tc_flow_node *flow_node)
952 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node;
956 /* remove flow_node fro
507 bnxt_hwrm_cfa_flow_free(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
589 bnxt_hwrm_cfa_flow_alloc(struct bnxt *bp, struct bnxt_tc_flow *flow, __le16 ref_flow_handle, __le32 tunnel_handle, struct bnxt_tc_flow_node *flow_node) argument
949 bnxt_tc_put_l2_node(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1005 bnxt_tc_get_ref_flow_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le16 *ref_flow_handle) argument
1153 bnxt_tc_get_ref_decap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_l2_key *l2_key, struct bnxt_tc_flow_node *flow_node, __le32 *ref_decap_handle) argument
1193 bnxt_tc_put_decap_l2_node(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1212 bnxt_tc_put_decap_handle(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1304 bnxt_tc_get_decap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *decap_filter_handle) argument
1402 bnxt_tc_get_encap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *encap_handle) argument
1446 bnxt_tc_put_tunnel_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node) argument
1456 bnxt_tc_get_tunnel_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *tunnel_handle) argument
1470 __bnxt_tc_del_flow(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node) argument
1616 struct bnxt_tc_flow_node *flow_node; local
1632 struct bnxt_tc_flow_node *flow_node; local
1658 bnxt_fill_cfa_stats_req(struct bnxt *bp, struct bnxt_tc_flow_node *flow_node, __le16 *flow_handle, __le32 *flow_id) argument
1703 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; local
1772 struct bnxt_tc_flow_node *flow_node = stats_batch[i].flow_node; local
1793 void *flow_node; local
[all...]
H A Dbnxt.h1740 void *flow_node; member in struct:bnxt_tc_info::bnxt_tc_stats_batch
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1188 struct otx2_tc_flow *flow_node; local
1191 flow_node = otx2_tc_get_entry_by_cookie(flow_cfg, tc_flow_cmd->cookie);
1192 if (!flow_node) {
1199 if (flow_node->req.match_id)
1203 if (flow_node->is_act_police) {
1204 __clear_bit(flow_node->rq, &nic->rq_bmap);
1211 err = cn10k_map_unmap_rq_policer(nic, flow_node->rq,
1212 flow_node->leaf_profile, false);
1216 flow_node->rq, flow_node
1352 struct otx2_tc_flow *flow_node; local
[all...]

Completed in 208 milliseconds