Home
last modified time | relevance | path

Searched refs:encap_handle (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1375 __le32 encap_handle = encap_node->tunnel_handle; in bnxt_tc_put_encap_handle() local
1381 if (!rc && encap_handle != INVALID_TUNNEL_HANDLE) in bnxt_tc_put_encap_handle()
1382 hwrm_cfa_encap_record_free(bp, encap_handle); in bnxt_tc_put_encap_handle()
1385 /* Lookup the tunnel encap table and check if there's an encap_handle
1392 __le32 *encap_handle) in bnxt_tc_get_encap_handle()
1425 *encap_handle = encap_node->tunnel_handle; in bnxt_tc_get_encap_handle()
1390 bnxt_tc_get_encap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *encap_handle) bnxt_tc_get_encap_handle() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1383 __le32 encap_handle = encap_node->tunnel_handle; in bnxt_tc_put_encap_handle() local
1389 if (!rc && encap_handle != INVALID_TUNNEL_HANDLE) in bnxt_tc_put_encap_handle()
1390 hwrm_cfa_encap_record_free(bp, encap_handle); in bnxt_tc_put_encap_handle()
1393 /* Lookup the tunnel encap table and check if there's an encap_handle
1400 __le32 *encap_handle) in bnxt_tc_get_encap_handle()
1433 *encap_handle = encap_node->tunnel_handle; in bnxt_tc_get_encap_handle()
1398 bnxt_tc_get_encap_handle(struct bnxt *bp, struct bnxt_tc_flow *flow, struct bnxt_tc_flow_node *flow_node, __le32 *encap_handle) bnxt_tc_get_encap_handle() argument

Completed in 7 milliseconds