Searched refs:DEVLINK_CMD_REGION_NEW (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-region.rst | 28 ``DEVLINK_CMD_REGION_NEW`` netlink message. A driver wishing to allow 31 the ``DEVLINK_CMD_REGION_NEW`` request kernel will allocate one and send
|
A D | ice.rst | 206 via the ``DEVLINK_CMD_REGION_NEW`` command.
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | devlink.h | 90 DEVLINK_CMD_REGION_NEW, enumerator
|
/linux-6.3-rc2/net/devlink/ |
A D | leftover.c | 4589 WARN_ON(cmd != DEVLINK_CMD_REGION_NEW && cmd != DEVLINK_CMD_REGION_DEL); in devlink_nl_region_notify() 4786 devlink_nl_region_notify(region, snapshot, DEVLINK_CMD_REGION_NEW); in __devlink_region_snapshot_create() 5070 DEVLINK_CMD_REGION_NEW, in devlink_nl_cmd_region_new() 6553 .cmd = DEVLINK_CMD_REGION_NEW, 6728 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_NEW); in devlink_notify_register() 8448 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_NEW); in devl_region_create() 8524 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_NEW); in devlink_port_region_create()
|
Completed in 22 milliseconds