| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_mr.c | 86 const struct mlxsw_sp_mr_table *mr_table; member 207 mlxsw_sp_mr_route_info_create(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_info_create() 248 static int mlxsw_sp_mr_route_write(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_write() 288 static void mlxsw_sp_mr_route_erase(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_erase() 299 mlxsw_sp_mr_route_create(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_create() 344 static void mlxsw_sp_mr_route_destroy(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_destroy() 373 static void __mlxsw_sp_mr_route_del(struct mlxsw_sp_mr_table *mr_table, in __mlxsw_sp_mr_route_del() 386 int mlxsw_sp_mr_route_add(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_add() 462 void mlxsw_sp_mr_route_del(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_del() 480 mlxsw_sp_mr_route_ivif_resolve(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_ivif_resolve() [all …]
|
| D | spectrum_router.c | 420 struct mlxsw_sp_mr_table *mr_table[MLXSW_SP_L3_PROTO_MAX]; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_mr.c | 86 const struct mlxsw_sp_mr_table *mr_table; member 207 mlxsw_sp_mr_route_info_create(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_info_create() 248 static int mlxsw_sp_mr_route_write(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_write() 288 static void mlxsw_sp_mr_route_erase(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_erase() 299 mlxsw_sp_mr_route_create(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_create() 344 static void mlxsw_sp_mr_route_destroy(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_destroy() 373 static void __mlxsw_sp_mr_route_del(struct mlxsw_sp_mr_table *mr_table, in __mlxsw_sp_mr_route_del() 386 int mlxsw_sp_mr_route_add(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_add() 462 void mlxsw_sp_mr_route_del(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_del() 480 mlxsw_sp_mr_route_ivif_resolve(struct mlxsw_sp_mr_table *mr_table, in mlxsw_sp_mr_route_ivif_resolve() [all …]
|
| D | spectrum_router.c | 524 struct mlxsw_sp_mr_table *mr_table[MLXSW_SP_L3_PROTO_MAX]; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mroute_base.h | 241 struct mr_table { struct 244 struct mr_table_ops ops; argument 268 struct mr_table * argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | mroute_base.h | 246 struct mr_table { struct 249 struct mr_table_ops ops; argument 273 struct mr_table * argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | mr.c | 152 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_alloc_mtt_range() local 221 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_free_mtt_range() local 485 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_mpt_alloc_icm() local 506 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_mpt_free_icm() local 910 struct mlx4_mr_table *mr_table = &priv->mr_table; in mlx4_init_mr_table() local 958 struct mlx4_mr_table *mr_table = &priv->mr_table; in mlx4_cleanup_mr_table() local
|
| D | mlx4.h | 894 struct mlx4_mr_table mr_table; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| D | mr.c | 152 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_alloc_mtt_range() local 221 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_free_mtt_range() local 485 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_mpt_alloc_icm() local 506 struct mlx4_mr_table *mr_table = &mlx4_priv(dev)->mr_table; in __mlx4_mpt_free_icm() local 910 struct mlx4_mr_table *mr_table = &priv->mr_table; in mlx4_init_mr_table() local 958 struct mlx4_mr_table *mr_table = &priv->mr_table; in mlx4_cleanup_mr_table() local
|
| D | mlx4.h | 902 struct mlx4_mr_table mr_table; member
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
| D | hns_roce_mr.c | 212 struct hns_roce_mr_table *mr_table = &hr_dev->mr_table; in hns_roce_init_mr_table() local 224 struct hns_roce_mr_table *mr_table = &hr_dev->mr_table; in hns_roce_cleanup_mr_table() local 546 struct hns_roce_mr_table *mr_table = &hr_dev->mr_table; in hns_roce_mw_enable() local
|
| D | hns_roce_device.h | 993 struct hns_roce_mr_table mr_table; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
| D | hns_roce_mr.c | 488 struct hns_roce_mr_table *mr_table = &hr_dev->mr_table; in hns_roce_mw_enable() local
|
| D | hns_roce_device.h | 960 struct hns_roce_mr_table mr_table; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
| D | mthca_dev.h | 340 struct mthca_mr_table mr_table; member
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_dev.h | 340 struct mthca_mr_table mr_table; member
|