Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c2601 *create_root_ns(struct mlx5_flow_steering *steering, in create_root_ns() function
2705 steering->root_ns = create_root_ns(steering, FS_FT_NIC_RX); in init_root_ns()
2752 steering->sniffer_tx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_TX); in init_sniffer_tx_root_ns()
2765 steering->sniffer_rx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_RX); in init_sniffer_rx_root_ns()
2779 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns()
2793 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
2816 steering->rdma_tx_root_ns = create_root_ns(steering, FS_FT_RDMA_TX); in init_rdma_tx_root_ns()
2954 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
3007 steering->esw_egress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_EGRESS_ACL); in init_egress_acl_root_ns()
3020 steering->esw_ingress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_INGRESS_ACL); in init_ingress_acl_root_ns()
[all …]
H A Dmlx5_fs_tree.c