Searched refs:create_root_ns (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 2460 *create_root_ns(struct mlx5_flow_steering *steering, in create_root_ns() function 2568 steering->root_ns = create_root_ns(steering, FS_FT_NIC_RX); in init_root_ns() 2667 steering->sniffer_tx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_TX); in init_sniffer_tx_root_ns() 2680 steering->sniffer_rx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_RX); in init_sniffer_rx_root_ns() 2693 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns() 2716 steering->rdma_tx_root_ns = create_root_ns(steering, FS_FT_RDMA_TX); in init_rdma_tx_root_ns() 2824 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns() 2870 steering->esw_egress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_EGRESS_ACL); in init_egress_acl_root_ns() 2883 steering->esw_ingress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_INGRESS_ACL); in init_ingress_acl_root_ns() 2956 steering->egress_root_ns = create_root_ns(steering, in init_egress_root_ns()
|