Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddevlink.h317 DEVLINK_TRAP_ACTION_DROP, enumerator
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c248 dl_trap->trap.action = DEVLINK_TRAP_ACTION_DROP; in mlx5_devlink_trap_init()
298 if (action != DEVLINK_TRAP_ACTION_DROP && action != DEVLINK_TRAP_ACTION_TRAP) in mlx5_devlink_trap_action_set()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c157 case DEVLINK_TRAP_ACTION_DROP: in dpaa2_eth_dl_trap_group_action_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.c292 case DEVLINK_TRAP_ACTION_DROP: in mlx5e_handle_trap_event()
/linux/drivers/net/netdevsim/
H A Ddev.c802 if (nsim_trap_item->action == DEVLINK_TRAP_ACTION_DROP) in nsim_dev_trap_report()