Home
last modified time | relevance | path

Searched refs:fdb_domain (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c569 sh->fdb_domain = domain; in mlx5_alloc_shared_dr()
592 if (sh->fdb_domain) in mlx5_alloc_shared_dr()
593 mlx5_glue->dr_reclaim_domain_memory(sh->fdb_domain, 1); in mlx5_alloc_shared_dr()
602 if (sh->fdb_domain) in mlx5_alloc_shared_dr()
603 mlx5_glue->dr_allow_duplicate_rules(sh->fdb_domain, 0); in mlx5_alloc_shared_dr()
624 if (sh->fdb_domain) { in mlx5_alloc_shared_dr()
625 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_alloc_shared_dr()
626 sh->fdb_domain = NULL; in mlx5_alloc_shared_dr()
698 if (sh->fdb_domain) { in mlx5_os_free_shared_dr()
699 mlx5_glue->dr_destroy_domain(sh->fdb_domain); in mlx5_os_free_shared_dr()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h639 int mlx5_devx_cmd_flow_dump(void *fdb_domain, void *rx_domain, void *tx_domain,
H A Dmlx5_devx_cmds.c1860 mlx5_devx_cmd_flow_dump(void *fdb_domain __rte_unused, in mlx5_devx_cmd_flow_dump()
1867 if (fdb_domain) { in mlx5_devx_cmd_flow_dump()
1868 ret = mlx5_glue->dr_dump_domain(file, fdb_domain); in mlx5_devx_cmd_flow_dump()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1212 void *fdb_domain; /* FDB Direct Rules name space handle. */ member
H A Dmlx5_flow_dv.c3620 domain = sh->fdb_domain; in flow_dv_encap_decap_create_cb()
3825 ret = mlx5_flow_os_create_flow_action_dest_port(sh->fdb_domain, in flow_dv_port_id_create_cb()
3943 domain = sh->fdb_domain; in flow_dv_push_vlan_create_cb()
5496 ns = sh->fdb_domain; in flow_dv_modify_create_cb()
10536 domain = sh->fdb_domain; in flow_dv_tbl_create_cb()
11618 domain = sh->fdb_domain; in flow_dv_dest_array_create_cb()
18375 if ((domains & MLX5_DOMAIN_BIT_FDB) && priv->sh->fdb_domain != NULL) { in flow_dv_sync_domain()
18376 ret = mlx5_os_flow_dr_sync_domain(priv->sh->fdb_domain, flags); in flow_dv_sync_domain()
H A Dmlx5_flow.c9551 return mlx5_devx_cmd_flow_dump(sh->fdb_domain, in mlx5_flow_dev_dump()