Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2464 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2468 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2475 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2483 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2491 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2913 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
2914 if (!steering->rdma_rx_root_ns) in init_rdma_rx_root_ns()
2918 &steering->rdma_rx_root_ns->ns.node); in init_rdma_rx_root_ns()
2922 set_prio_attrs(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2927 cleanup_root_ns(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
[all …]
Dfs_core.h148 struct mlx5_flow_root_namespace *rdma_rx_root_ns; member