Home
last modified time | relevance | path

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

/linux-6.12.1/net/devlink/
Ddev.c49 return test_bit(action, &devlink->ops->reload_actions); in devlink_reload_action_is_supported()
607 if (WARN_ON(ops->reload_actions)) in devlink_reload_actions_valid()
612 if (WARN_ON(!ops->reload_actions || in devlink_reload_actions_valid()
613 ops->reload_actions & BIT(DEVLINK_RELOAD_ACTION_UNSPEC) || in devlink_reload_actions_valid()
614 ops->reload_actions >= BIT(__DEVLINK_RELOAD_ACTION_MAX))) in devlink_reload_actions_valid()
623 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_devlink.c98 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_devlink.c135 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddevlink.c334 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c644 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.12.1/include/net/
Ddevlink.h1276 unsigned long reload_actions; member
/linux-6.12.1/drivers/net/ethernet/intel/ice/devlink/
Ddevlink.c1270 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.12.1/drivers/net/netdevsim/
Ddev.c1331 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c1736 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dmain.c4020 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),