Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c586 __le16 ref_flow_handle, in bnxt_hwrm_cfa_flow_alloc() argument
603 req->ref_flow_handle = ref_flow_handle; in bnxt_hwrm_cfa_flow_alloc()
1003 __le16 *ref_flow_handle) in bnxt_tc_get_ref_flow_handle() argument
1022 *ref_flow_handle = ref_flow_node->flow_handle; in bnxt_tc_get_ref_flow_handle()
1024 *ref_flow_handle = cpu_to_le16(0xffff); in bnxt_tc_get_ref_flow_handle()
1530 __le16 ref_flow_handle; in bnxt_tc_add_flow() local
1566 rc = bnxt_tc_get_ref_flow_handle(bp, flow, new_node, &ref_flow_handle); in bnxt_tc_add_flow()
1576 rc = bnxt_hwrm_cfa_flow_alloc(bp, flow, ref_flow_handle, in bnxt_tc_add_flow()
Dbnxt_hsi.h7598 __le16 ref_flow_handle; member