Searched refs:create_root_ns (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_core.c | 2951 *create_root_ns(struct mlx5_flow_steering *steering, in create_root_ns() function 3055 steering->root_ns = create_root_ns(steering, FS_FT_NIC_RX); in init_root_ns() 3102 steering->sniffer_tx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_TX); in init_sniffer_tx_root_ns() 3115 steering->sniffer_rx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_RX); in init_sniffer_rx_root_ns() 3129 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns() 3143 steering->rdma_rx_root_ns = create_root_ns(steering, FS_FT_RDMA_RX); in init_rdma_rx_root_ns() 3166 steering->rdma_tx_root_ns = create_root_ns(steering, FS_FT_RDMA_TX); in init_rdma_tx_root_ns() 3304 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns() 3369 steering->esw_egress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_EGRESS_ACL); in init_egress_acl_root_ns() 3382 steering->esw_ingress_root_ns[vport] = create_root_ns(steering, FS_FT_ESW_INGRESS_ACL); in init_ingress_acl_root_ns() [all …]
|