Home
last modified time | relevance | path

Searched refs:DEVLINK_CMD_REGION_DEL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Ddevlink.h89 DEVLINK_CMD_REGION_DEL, enumerator
/Linux-v4.19/net/core/
Ddevlink.c3260 WARN_ON(cmd != DEVLINK_CMD_REGION_NEW && cmd != DEVLINK_CMD_REGION_DEL); in devlink_nl_region_notify()
3398 devlink_nl_region_notify(region, snapshot, DEVLINK_CMD_REGION_DEL); in devlink_nl_cmd_region_del()
3810 .cmd = DEVLINK_CMD_REGION_DEL,
4701 devlink_nl_region_notify(region, NULL, DEVLINK_CMD_REGION_DEL); in devlink_region_destroy()