Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-region.rst28 ``DEVLINK_CMD_REGION_NEW`` netlink message. A driver wishing to allow
31 the ``DEVLINK_CMD_REGION_NEW`` request kernel will allocate one and send
Dice.rst140 ``DEVLINK_CMD_REGION_NEW``
/Linux-v5.10/include/uapi/linux/
Ddevlink.h90 DEVLINK_CMD_REGION_NEW, enumerator
/Linux-v5.10/net/core/
Ddevlink.c4335 WARN_ON(cmd != DEVLINK_CMD_REGION_NEW && cmd != DEVLINK_CMD_REGION_DEL); in devlink_nl_region_notify()
4520 devlink_nl_region_notify(region, snapshot, DEVLINK_CMD_REGION_NEW); in __devlink_region_snapshot_create()
4811 DEVLINK_CMD_REGION_NEW, in devlink_nl_cmd_region_new()
7784 .cmd = DEVLINK_CMD_REGION_NEW,
9248 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_NEW); in devlink_region_create()
9299 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_NEW); in devlink_port_region_create()