Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Ddevlink.h33 DEVLINK_CMD_PORT_NEW, enumerator
/linux-6.1.9/net/core/
Ddevlink.c1352 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify()
1535 err = devlink_nl_port_fill(msg, devlink_port, DEVLINK_CMD_PORT_NEW, in devlink_nl_cmd_port_get_doit()
1601 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_port_type_set()
1685 devlink_port_notify(port, DEVLINK_CMD_PORT_NEW); in devlink_port_function_set()
9242 .cmd = DEVLINK_CMD_PORT_NEW,
9699 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_notify_register()
9932 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devl_port_register()
10011 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in __devlink_port_type_set()