Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2350 root_ns = steering->rdma_tx_root_ns; in mlx5_get_flow_namespace()
2357 root_ns = steering->rdma_tx_root_ns; in mlx5_get_flow_namespace()
2798 steering->rdma_tx_root_ns = create_root_ns(steering, FS_FT_RDMA_TX); in init_rdma_tx_root_ns()
2799 if (!steering->rdma_tx_root_ns) in init_rdma_tx_root_ns()
2803 &steering->rdma_tx_root_ns->ns.node); in init_rdma_tx_root_ns()
2807 set_prio_attrs(steering->rdma_tx_root_ns); in init_rdma_tx_root_ns()
2812 cleanup_root_ns(steering->rdma_tx_root_ns); in init_rdma_tx_root_ns()
2813 steering->rdma_tx_root_ns = NULL; in init_rdma_tx_root_ns()
3146 cleanup_root_ns(steering->rdma_tx_root_ns); in mlx5_fs_core_cleanup()
Dfs_core.h141 struct mlx5_flow_root_namespace *rdma_tx_root_ns; member