Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Ddevlink.h33 DEVLINK_CMD_PORT_NEW, enumerator
/Linux-v5.15/net/core/
Ddevlink.c1046 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify()
1241 err = devlink_nl_port_fill(msg, devlink_port, DEVLINK_CMD_PORT_NEW, in devlink_nl_cmd_port_get_doit()
1317 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_port_type_set()
1401 devlink_port_notify(port, DEVLINK_CMD_PORT_NEW); in devlink_port_function_set()
8568 .cmd = DEVLINK_CMD_PORT_NEW,
9126 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in devlink_port_register()
9162 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_NEW); in __devlink_port_type_set()