Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2100 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2103 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2499 cleanup_root_ns(steering->rdma_rx_root_ns); in mlx5_cleanup_fs()
2537 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
2538 if (!steering->rdma_rx_root_ns) in init_rdma_rx_root_ns()
2542 &steering->rdma_rx_root_ns->ns.node); in init_rdma_rx_root_ns()
2546 set_prio_attrs(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2551 cleanup_root_ns(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2552 steering->rdma_rx_root_ns = NULL; in init_rdma_rx_root_ns()
Dfs_core.h118 struct mlx5_flow_root_namespace *rdma_rx_root_ns; member