Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_devlink.c103 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_devlink.c102 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Ddevlink.c317 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux/include/net/
A Ddevlink.h1200 unsigned long reload_actions; member
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_devlink.c596 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux/net/core/
A Ddevlink.c686 return test_bit(action, &devlink->ops->reload_actions); in devlink_reload_action_is_supported()
8924 if (WARN_ON(ops->reload_actions)) in devlink_reload_actions_valid()
8929 if (WARN_ON(!ops->reload_actions || in devlink_reload_actions_valid()
8930 ops->reload_actions & BIT(DEVLINK_RELOAD_ACTION_UNSPEC) || in devlink_reload_actions_valid()
8931 ops->reload_actions >= BIT(__DEVLINK_RELOAD_ACTION_MAX))) in devlink_reload_actions_valid()
8940 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
/linux/drivers/net/netdevsim/
A Ddev.c1330 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore.c1618 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3985 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),

Completed in 54 milliseconds