Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c322 sh->tx_domain = domain; in mlx5_alloc_shared_dr()
344 mlx5_glue->dr_reclaim_domain_memory(sh->tx_domain, 1); in mlx5_alloc_shared_dr()
361 if (sh->tx_domain) { in mlx5_alloc_shared_dr()
362 mlx5_glue->dr_destroy_domain(sh->tx_domain); in mlx5_alloc_shared_dr()
363 sh->tx_domain = NULL; in mlx5_alloc_shared_dr()
417 if (sh->tx_domain) { in mlx5_os_free_shared_dr()
418 mlx5_glue->dr_destroy_domain(sh->tx_domain); in mlx5_os_free_shared_dr()
419 sh->tx_domain = NULL; in mlx5_os_free_shared_dr()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h435 int mlx5_devx_cmd_flow_dump(void *fdb_domain, void *rx_domain, void *tx_domain,
H A Dmlx5_devx_cmds.c1505 void *tx_domain __rte_unused, FILE *file __rte_unused) in mlx5_devx_cmd_flow_dump()
1519 MLX5_ASSERT(tx_domain); in mlx5_devx_cmd_flow_dump()
1520 ret = mlx5_glue->dr_dump_domain(file, tx_domain); in mlx5_devx_cmd_flow_dump()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h732 void *tx_domain; /* TX Direct Rules name space handle. */ member
H A Dmlx5_flow_dv.c2826 domain = sh->tx_domain; in flow_dv_encap_decap_create_cb()
3078 domain = sh->tx_domain; in flow_dv_push_vlan_create_cb()
4305 ns = sh->tx_domain; in flow_dv_modify_create_cb()
8001 domain = sh->tx_domain; in flow_dv_tbl_create_cb()
8891 domain = sh->tx_domain; in flow_dv_dest_array_create_cb()
12613 if ((domains & MLX5_DOMAIN_BIT_NIC_TX) && priv->sh->tx_domain != NULL) { in flow_dv_sync_domain()
12614 ret = mlx5_glue->dr_sync_domain(priv->sh->tx_domain, flags); in flow_dv_sync_domain()
H A Dmlx5_flow.c6898 sh->tx_domain, file); in mlx5_flow_dev_dump()