Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2313 *create_root_ns(struct mlx5_flow_steering *steering, in create_root_ns() function
2413 steering->root_ns = create_root_ns(steering, FS_FT_NIC_RX); in init_root_ns()
2511 steering->sniffer_tx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_TX); in init_sniffer_tx_root_ns()
2524 steering->sniffer_rx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_RX); in init_sniffer_rx_root_ns()
2537 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns()
2565 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
2629 steering->esw_egress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_EGRESS_ACL); in init_egress_acl_root_ns()
2642 steering->esw_ingress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_INGRESS_ACL); in init_ingress_acl_root_ns()
2715 steering->egress_root_ns = create_root_ns(steering, in init_egress_root_ns()