kvdl_ops         4955 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_sp->kvdl_ops = &mlxsw_sp1_kvdl_ops;
kvdl_ops         4977 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_sp->kvdl_ops = &mlxsw_sp2_kvdl_ops;
kvdl_ops          170 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	const struct mlxsw_sp_kvdl_ops *kvdl_ops;
kvdl_ops           10 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	const struct mlxsw_sp_kvdl_ops *kvdl_ops;
kvdl_ops           17 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	const struct mlxsw_sp_kvdl_ops *kvdl_ops = mlxsw_sp->kvdl_ops;
kvdl_ops           21 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	kvdl = kzalloc(sizeof(*mlxsw_sp->kvdl) + kvdl_ops->priv_size,
kvdl_ops           25 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	kvdl->kvdl_ops = kvdl_ops;
kvdl_ops           28 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	err = kvdl_ops->init(mlxsw_sp, kvdl->priv);
kvdl_ops           42 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	kvdl->kvdl_ops->fini(mlxsw_sp, kvdl->priv);
kvdl_ops           52 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	return kvdl->kvdl_ops->alloc(mlxsw_sp, kvdl->priv, type,
kvdl_ops           62 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	kvdl->kvdl_ops->free(mlxsw_sp, kvdl->priv, type,
kvdl_ops           73 drivers/net/ethernet/mellanox/mlxsw/spectrum_kvdl.c 	return kvdl->kvdl_ops->alloc_size_query(mlxsw_sp, kvdl->priv, type,