Home
last modified time | relevance | path

Searched refs:flow_node (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c503 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_free() argument
510 req.ext_flow_handle = flow_node->ext_flow_handle; in bnxt_hwrm_cfa_flow_free()
512 req.flow_handle = flow_node->flow_handle; in bnxt_hwrm_cfa_flow_free()
585 struct bnxt_tc_flow_node *flow_node) in bnxt_hwrm_cfa_flow_alloc() argument
775 flow_node->flow_handle = resp->flow_handle; in bnxt_hwrm_cfa_flow_alloc()
777 flow_node->ext_flow_handle = resp->ext_flow_handle; in bnxt_hwrm_cfa_flow_alloc()
778 flow_node->flow_id = resp->flow_id; in bnxt_hwrm_cfa_flow_alloc()
938 struct bnxt_tc_flow_node *flow_node) in bnxt_tc_put_l2_node() argument
940 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node; in bnxt_tc_put_l2_node()
945 list_del(&flow_node->l2_list_node); in bnxt_tc_put_l2_node()
[all …]
Dbnxt.h1395 void *flow_node; member