Searched refs:devlink_alloc_ns (Results 1 – 4 of 4) sorted by relevance
192 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops, in devlink_alloc_ns() function241 EXPORT_SYMBOL_GPL(devlink_alloc_ns);
16 devlink = devlink_alloc_ns(&mlx5e_devlink_ops, sizeof(*mlx5e_dev), in mlx5e_create_devlink()
1530 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops,1537 return devlink_alloc_ns(ops, priv_size, &init_net, dev); in devlink_alloc()
1530 devlink = devlink_alloc_ns(&nsim_dev_devlink_ops, sizeof(*nsim_dev), in nsim_drv_probe()