Home
last modified time | relevance | path

Searched refs:reload_actions (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c198 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/OK3568_Linux_fs/kernel/include/net/
H A Ddevlink.h1166 unsigned long reload_actions; member
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Ddev.c894 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c511 return test_bit(action, &devlink->ops->reload_actions); in devlink_reload_action_is_supported()
7934 if (WARN_ON(ops->reload_actions)) in devlink_reload_actions_valid()
7939 if (WARN_ON(!ops->reload_actions || in devlink_reload_actions_valid()
7940 ops->reload_actions & BIT(DEVLINK_RELOAD_ACTION_UNSPEC) || in devlink_reload_actions_valid()
7941 ops->reload_actions >= BIT(__DEVLINK_RELOAD_ACTION_MAX))) in devlink_reload_actions_valid()
7950 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c1575 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c3994 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),