Home
last modified time | relevance | path

Searched refs:DEVLINK_CMD_PORT_DEL (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Ddevlink.h36 DEVLINK_CMD_PORT_DEL, enumerator
/linux/net/devlink/
H A Dport.c557 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify()
594 devlink_ports_notify(devlink, DEVLINK_CMD_PORT_DEL); in devlink_ports_notify_unregister()
1140 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_DEL); in devl_port_unregister()
H A Dnetlink_gen.c757 .cmd = DEVLINK_CMD_PORT_DEL,