Home
last modified time | relevance | path

Searched refs:devlink_alloc_ns (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Ddevlink.c17 devlink = devlink_alloc_ns(&mlx5e_devlink_ops, sizeof(*mlx5e_dev), in mlx5e_create_devlink()
/linux-6.14.4/net/devlink/
Dcore.c411 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops, in devlink_alloc_ns() function
461 EXPORT_SYMBOL_GPL(devlink_alloc_ns);
/linux-6.14.4/include/net/
Ddevlink.h1548 struct devlink *devlink_alloc_ns(const struct devlink_ops *ops,
1555 return devlink_alloc_ns(ops, priv_size, &init_net, dev); in devlink_alloc()
/linux-6.14.4/drivers/net/netdevsim/
Ddev.c1533 devlink = devlink_alloc_ns(&nsim_dev_devlink_ops, sizeof(*nsim_dev), in nsim_drv_probe()