Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c2352 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2356 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2363 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2371 root_ns = steering->rdma_rx_root_ns; in mlx5_get_flow_namespace()
2793 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
2794 if (!steering->rdma_rx_root_ns) in init_rdma_rx_root_ns()
2798 &steering->rdma_rx_root_ns->ns.node); in init_rdma_rx_root_ns()
2802 set_prio_attrs(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2807 cleanup_root_ns(steering->rdma_rx_root_ns); in init_rdma_rx_root_ns()
2808 steering->rdma_rx_root_ns = NULL; in init_rdma_rx_root_ns()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddriver.h736 struct mlx5_flow_root_namespace *rdma_rx_root_ns; member