Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2703 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2707 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2714 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2722 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2730 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
3152 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
3153 if (!steering->rdma_rx_root_ns) in init_rdma_rx_root_ns()
3157 &steering->rdma_rx_root_ns->ns.node); in init_rdma_rx_root_ns()
3161 set_prio_attrs(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
3166 cleanup_root_ns(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
[all …]
H A Dfs_core.h151 struct mlx5_flow_root_namespace *rdma_rx_root_ns; member