Home
last modified time | relevance | path

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

/linux-6.6.21/net/devlink/
Ddev.c48 return test_bit(action, &devlink->ops->reload_actions); in devlink_reload_action_is_supported()
533 if (WARN_ON(ops->reload_actions)) in devlink_reload_actions_valid()
538 if (WARN_ON(!ops->reload_actions || in devlink_reload_actions_valid()
539 ops->reload_actions & BIT(DEVLINK_RELOAD_ACTION_UNSPEC) || in devlink_reload_actions_valid()
540 ops->reload_actions >= BIT(__DEVLINK_RELOAD_ACTION_MAX))) in devlink_reload_actions_valid()
549 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_devlink.c98 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_devlink.c97 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c339 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.6.21/include/net/
Ddevlink.h1272 unsigned long reload_actions; member
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c672 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.6.21/drivers/net/netdevsim/
Ddev.c1328 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_devlink.c1255 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c1722 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Dmain.c4024 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),