Searched refs:tx_domain (Results 1 – 6 of 6) sorted by relevance
559 sh->tx_domain = domain; in mlx5_alloc_shared_dr()591 mlx5_glue->dr_reclaim_domain_memory(sh->tx_domain, 1); in mlx5_alloc_shared_dr()601 mlx5_glue->dr_allow_duplicate_rules(sh->tx_domain, 0); in mlx5_alloc_shared_dr()620 if (sh->tx_domain) { in mlx5_alloc_shared_dr()621 mlx5_glue->dr_destroy_domain(sh->tx_domain); in mlx5_alloc_shared_dr()622 sh->tx_domain = NULL; in mlx5_alloc_shared_dr()693 if (sh->tx_domain) { in mlx5_os_free_shared_dr()694 mlx5_glue->dr_destroy_domain(sh->tx_domain); in mlx5_os_free_shared_dr()695 sh->tx_domain = NULL; in mlx5_os_free_shared_dr()
639 int mlx5_devx_cmd_flow_dump(void *fdb_domain, void *rx_domain, void *tx_domain,
1862 void *tx_domain __rte_unused, FILE *file __rte_unused) in mlx5_devx_cmd_flow_dump()1876 MLX5_ASSERT(tx_domain); in mlx5_devx_cmd_flow_dump()1877 ret = mlx5_glue->dr_dump_domain(file, tx_domain); in mlx5_devx_cmd_flow_dump()
1214 void *tx_domain; /* TX Direct Rules name space handle. */ member
3624 domain = sh->tx_domain; in flow_dv_encap_decap_create_cb()3947 domain = sh->tx_domain; in flow_dv_push_vlan_create_cb()5498 ns = sh->tx_domain; in flow_dv_modify_create_cb()10538 domain = sh->tx_domain; in flow_dv_tbl_create_cb()11622 domain = sh->tx_domain; in flow_dv_dest_array_create_cb()18370 if ((domains & MLX5_DOMAIN_BIT_NIC_TX) && priv->sh->tx_domain != NULL) { in flow_dv_sync_domain()18371 ret = mlx5_os_flow_dr_sync_domain(priv->sh->tx_domain, flags); in flow_dv_sync_domain()
9553 sh->tx_domain, file); in mlx5_flow_dev_dump()