Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Ddevlink.h33 DEVLINK_CMD_PORT_NEW, enumerator
/Linux-v6.1/net/core/
Ddevlink.c1352 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify()
1532 err = devlink_nl_port_fill(msg, devlink_port, DEVLINK_CMD_PORT_NEW, in devlink_nl_cmd_port_get_doit()
1598 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_port_type_set()
1682 devlink_port_notify(port, DEVLINK_CMD_PORT_NEW); in devlink_port_function_set()
9239 .cmd = DEVLINK_CMD_PORT_NEW,
9696 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_notify_register()
9929 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devl_port_register()
10008 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in __devlink_port_type_set()