Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/devlink/
A Ddev.c48 return test_bit(action, &devlink->ops->reload_actions); in devlink_reload_action_is_supported()
506 if (WARN_ON(ops->reload_actions)) in devlink_reload_actions_valid()
511 if (WARN_ON(!ops->reload_actions || in devlink_reload_actions_valid()
512 ops->reload_actions & BIT(DEVLINK_RELOAD_ACTION_UNSPEC) || in devlink_reload_actions_valid()
513 ops->reload_actions >= BIT(__DEVLINK_RELOAD_ACTION_MAX))) in devlink_reload_actions_valid()
522 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_devlink.c97 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_devlink.c98 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Ddevlink.c336 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_devlink.c679 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.3-rc2/include/net/
A Ddevlink.h1267 unsigned long reload_actions; member
/linux-6.3-rc2/drivers/net/netdevsim/
A Ddev.c1331 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_devlink.c1255 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dcore.c1722 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3990 .reload_actions = BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),

Completed in 37 milliseconds