Home
last modified time | relevance | path

Searched refs:DEVLINK_TRAP_ACTION_DROP (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Ddevlink.h315 DEVLINK_TRAP_ACTION_DROP, enumerator
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c166 case DEVLINK_TRAP_ACTION_DROP: in dpaa2_eth_dl_trap_group_action_set()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtrap.c290 case DEVLINK_TRAP_ACTION_DROP: in mlx5e_handle_trap_event()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c236 dl_trap->trap.action = DEVLINK_TRAP_ACTION_DROP; in mlx5_devlink_trap_init()
286 if (action != DEVLINK_TRAP_ACTION_DROP && action != DEVLINK_TRAP_ACTION_TRAP) { in mlx5_devlink_trap_action_set()
/Linux-v6.1/drivers/net/netdevsim/
Ddev.c805 if (nsim_trap_item->action == DEVLINK_TRAP_ACTION_DROP) in nsim_dev_trap_report()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_trap.c1618 case DEVLINK_TRAP_ACTION_DROP: in mlxsw_sp_trap_action_set()
/Linux-v6.1/net/core/
Ddevlink.c8257 case DEVLINK_TRAP_ACTION_DROP: in devlink_trap_action_get_from_info()
11881 devlink->ops->trap_action_set(devlink, trap, DEVLINK_TRAP_ACTION_DROP, in devlink_trap_disable()
11883 trap_item->action = DEVLINK_TRAP_ACTION_DROP; in devlink_trap_disable()