| /linux/include/linux/mlx5/ |
| H A D | fs.h | 155 struct mlx5_flow_namespace; 214 struct mlx5_flow_namespace * 216 struct mlx5_flow_namespace * 219 struct mlx5_flow_namespace * 241 mlx5_create_flow_table(struct mlx5_flow_namespace *ns, 245 mlx5_create_auto_grouped_flow_table(struct mlx5_flow_namespace *ns, 249 mlx5_create_vport_flow_table(struct mlx5_flow_namespace *ns, 252 struct mlx5_flow_namespace *ns,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.h | 135 struct mlx5_flow_namespace **fdb_sub_ns; 209 struct mlx5_flow_namespace *ns; 267 struct mlx5_flow_namespace { struct 295 struct mlx5_flow_namespace ns; 356 int mlx5_flow_namespace_set_mode(struct mlx5_flow_namespace *ns,
|
| H A D | fs_core.c | 478 static struct fs_prio *find_prio(struct mlx5_flow_namespace *ns, in find_prio() 525 struct mlx5_flow_namespace *ns; in find_root() 534 ns = container_of(root, struct mlx5_flow_namespace, node); in find_root() 1336 static struct mlx5_flow_table *__mlx5_create_flow_table(struct mlx5_flow_namespace *ns, in __mlx5_create_flow_table() 1418 struct mlx5_flow_table *mlx5_create_flow_table(struct mlx5_flow_namespace *ns, in mlx5_create_flow_table() 1432 mlx5_create_vport_flow_table(struct mlx5_flow_namespace *ns, in mlx5_create_vport_flow_table() 1439 mlx5_create_lag_demux_flow_table(struct mlx5_flow_namespace *ns, in mlx5_create_lag_demux_flow_table() 1454 mlx5_create_auto_grouped_flow_table(struct mlx5_flow_namespace *ns, in mlx5_create_auto_grouped_flow_table() 2667 struct mlx5_flow_namespace *mlx5_get_fdb_sub_ns(struct mlx5_core_dev *dev, in mlx5_get_fdb_sub_ns() 2696 struct mlx5_flow_namespace *mlx5_get_flow_namespace(struct mlx5_core_dev *dev, in mlx5_get_flow_namespace() [all …]
|
| H A D | rdma.c | 28 struct mlx5_flow_namespace *ns = NULL; in mlx5_rdma_enable_roce_steering()
|
| H A D | en_fs.c | 51 struct mlx5_flow_namespace *ns; 52 struct mlx5_flow_namespace *egress_ns; 1323 struct mlx5_flow_namespace *ns = mlx5_get_flow_namespace(fs->mdev, in mlx5e_create_flow_steering() 1520 struct mlx5_flow_namespace *mlx5e_fs_get_ns(struct mlx5e_flow_steering *fs, bool egress) in mlx5e_fs_get_ns() 1525 void mlx5e_fs_set_ns(struct mlx5e_flow_steering *fs, struct mlx5_flow_namespace *ns, bool egress) in mlx5e_fs_set_ns()
|
| H A D | eswitch_offloads_termtbl.c | 69 struct mlx5_flow_namespace *root_ns; in mlx5_eswitch_termtbl_create()
|
| H A D | eswitch_offloads.c | 1839 struct mlx5_flow_namespace *root_ns; in esw_create_offloads_fdb_tables() 1998 struct mlx5_flow_namespace *ns; in esw_create_offloads_table() 2253 struct mlx5_flow_namespace *ns; in esw_create_restore_table() 2378 struct mlx5_flow_namespace *root_ns; in mlx5_esw_fdb_drop_create() 2813 struct mlx5_flow_namespace *ns; in esw_set_slave_root_fdb() 2898 struct mlx5_flow_namespace *egress_ns, in esw_master_egress_create_resources() 2978 struct mlx5_flow_namespace *egress_ns; in esw_set_master_egress_rule()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | ipsec_fs_roce.c | 29 struct mlx5_flow_namespace *ns_rdma; 39 struct mlx5_flow_namespace *ns; 286 struct mlx5_flow_namespace *roce_ns, *nic_ns; in ipsec_fs_roce_tx_mpv_create_ft() 441 struct mlx5_flow_namespace *ns, in ipsec_fs_roce_rx_mpv_create() 444 struct mlx5_flow_namespace *roce_ns, *nic_ns; in ipsec_fs_roce_rx_mpv_create() 710 struct mlx5_flow_namespace *ns, in mlx5_ipsec_fs_roce_rx_create() 845 struct mlx5_flow_namespace *ns; in mlx5_ipsec_fs_roce_init()
|
| H A D | ipsec_fs_roce.h | 17 struct mlx5_flow_namespace *ns,
|
| H A D | macsec_fs.c | 333 *macsec_fs_auto_group_table_create(struct mlx5_flow_namespace *ns, int flags, in macsec_fs_auto_group_table_create() 360 struct mlx5_flow_namespace *ns; in macsec_fs_tx_roce_create() 397 struct mlx5_flow_namespace *ns; in macsec_fs_tx_create() 1419 struct mlx5_flow_namespace *ns; in macsec_fs_rx_roce_create() 1503 struct mlx5_flow_namespace *ns; in macsec_fs_rx_create()
|
| H A D | sd.c | 284 struct mlx5_flow_namespace *nic_ns; in sd_cmd_set_primary()
|
| H A D | fs_ttc.c | 789 struct mlx5_flow_namespace *ns; in mlx5_create_inner_ttc_table() 867 struct mlx5_flow_namespace *ns; in mlx5_create_ttc_table()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | vporttbl.c | 33 esw_vport_tbl_create(struct mlx5_eswitch *esw, struct mlx5_flow_namespace *ns, in esw_vport_tbl_create() 84 struct mlx5_flow_namespace *ns; in mlx5_esw_vporttbl_get()
|
| H A D | legacy.c | 26 struct mlx5_flow_namespace *root_ns; in esw_create_legacy_vepa_table() 76 struct mlx5_flow_namespace *root_ns; in esw_create_legacy_fdb_table()
|
| H A D | indir_table.c | 252 struct mlx5_flow_namespace *root_ns; in mlx5_esw_indir_table_entry_create()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | fs.h | 162 struct mlx5_flow_namespace *mlx5e_fs_get_ns(struct mlx5e_flow_steering *fs, bool egress); 163 void mlx5e_fs_set_ns(struct mlx5e_flow_steering *fs, struct mlx5_flow_namespace *ns, bool egress);
|
| H A D | fs_tt_redirect.c | 210 struct mlx5_flow_namespace *ns = mlx5e_fs_get_ns(fs, false); in fs_udp_create_table() 480 struct mlx5_flow_namespace *ns = mlx5e_fs_get_ns(fs, false); in fs_any_create_table()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp.c | 25 struct mlx5_flow_namespace *ns; 261 struct mlx5_flow_namespace *ns = mlx5e_fs_get_ns(fs->fs, false); in accel_psp_fs_rx_err_create_ft() 331 struct mlx5_flow_namespace *ns = mlx5e_fs_get_ns(fs->fs, false); in accel_psp_fs_rx_create_ft() 810 struct mlx5_flow_namespace *ns; in accel_psp_fs_init_tx()
|
| H A D | ipsec.h | 183 struct mlx5_flow_namespace *ns;
|
| H A D | fs_tcp.c | 268 struct mlx5_flow_namespace *ns = mlx5e_fs_get_ns(fs, false); in accel_fs_tcp_create_table()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
| H A D | helper.c | 13 struct mlx5_flow_namespace *root_ns; in esw_acl_table_create()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 694 static struct mlx5_ib_flow_prio *_get_prio(struct mlx5_flow_namespace *ns, in _get_prio() 715 struct mlx5_flow_namespace *ns = NULL; in get_flow_table() 950 struct mlx5_flow_namespace *ns; in get_per_qp_prio() 1230 struct mlx5_flow_namespace *ns; in mlx5_ib_fs_add_op_fc() 1914 struct mlx5_flow_namespace *ns = NULL; in _get_flow_table() 2592 struct mlx5_flow_namespace *ns; in steering_anchor_create_ft()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | post_meter.c | 63 struct mlx5_flow_namespace *root_ns; in mlx5e_post_meter_table_create()
|
| H A D | sample.c | 67 struct mlx5_flow_namespace *root_ns; in sampler_termtbl_create()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| H A D | port_sel.c | 46 struct mlx5_flow_namespace *ns; in mlx5_lag_create_port_sel_table()
|