Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddevlink.h34 DEVLINK_CMD_PORT_DEL, enumerator
/openbmc/linux/net/devlink/
H A Dport.c506 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify()
542 devlink_ports_notify(devlink, DEVLINK_CMD_PORT_DEL); in devlink_ports_notify_unregister()
1074 devlink_port_notify(devlink_port, DEVLINK_CMD_PORT_DEL); in devl_port_unregister()
H A Dnetlink.c301 .cmd = DEVLINK_CMD_PORT_DEL,