| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw_reset.c | 33 u8 reset_method; member 105 u8 *reset_type, u8 *reset_state, u8 *reset_method) in mlx5_reg_mfrl_query() argument 121 if (reset_method) in mlx5_reg_mfrl_query() 122 *reset_method = MLX5_GET(mfrl_reg, out, pci_reset_req_method); in mlx5_reg_mfrl_query() 143 u8 *reset_method) in mlx5_fw_reset_get_reset_method() argument 146 *reset_method = MLX5_MFRL_REG_PCI_RESET_METHOD_LINK_TOGGLE; in mlx5_fw_reset_get_reset_method() 150 return mlx5_reg_mfrl_query(dev, NULL, NULL, NULL, reset_method); in mlx5_fw_reset_get_reset_method() 438 u8 reset_method) in mlx5_is_reset_now_capable() argument 460 if (reset_method != MLX5_MFRL_REG_PCI_RESET_METHOD_HOT_RESET) { in mlx5_is_reset_now_capable() 482 err = mlx5_fw_reset_get_reset_method(dev, &fw_reset->reset_method); in mlx5_sync_reset_request_event() 608 mlx5_sync_pci_reset(struct mlx5_core_dev * dev,u8 reset_method) mlx5_sync_pci_reset() argument [all...] |
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | pci_reset.sh | 30 if [ ! -f /sys/bus/pci/devices/$bdf/reset_method ]; then 36 [[ $(cat /sys/bus/pci/devices/$bdf/reset_method) == "bus" ]]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | sienna_cichlid.c | 55 if (handler->reset_method == reset_context->method) in sienna_cichlid_get_reset_handler() 62 if (handler->reset_method == AMD_RESET_METHOD_MODE2) in sienna_cichlid_get_reset_handler() 119 if (handler->reset_method == reset_ctl->active_reset) { in sienna_cichlid_async_reset() 258 .reset_method = AMD_RESET_METHOD_MODE2,
|
| H A D | smu_v13_0_10.c | 51 if (handler->reset_method == reset_context->method) in smu_v13_0_10_get_reset_handler() 59 if (handler->reset_method == AMD_RESET_METHOD_MODE2) in smu_v13_0_10_get_reset_handler() 118 if (handler->reset_method == reset_ctl->active_reset) { in smu_v13_0_10_async_reset() 255 .reset_method = AMD_RESET_METHOD_MODE2,
|
| H A D | aldebaran.c | 64 if (handler->reset_method == reset_context->method) in aldebaran_get_reset_handler() 135 if (handler->reset_method == reset_ctl->active_reset) { in aldebaran_async_reset() 431 .reset_method = AMD_RESET_METHOD_MODE2,
|
| H A D | amdgpu_reset.c | 170 .reset_method = AMD_RESET_METHOD_ON_INIT,
|
| H A D | soc15.c | 902 .reset_method = &soc15_asic_reset_method, 923 .reset_method = &soc15_asic_reset_method, 944 .reset_method = &soc15_asic_reset_method,
|
| H A D | amdgpu.h | 610 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member 1454 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
|
| H A D | amdgpu_drv.c | 967 MODULE_PARM_DESC(reset_method, "GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = m… 968 module_param_named_unsafe(reset_method, amdgpu_reset_method, int, 0644);
|
| H A D | soc21.c | 573 .reset_method = &soc21_asic_reset_method,
|
| H A D | amdgpu_device.c | 4659 * regardless of the module parameter reset_method. in amdgpu_device_init() 6129 enum amd_reset_method reset_method; in amdgpu_device_suspend_display_audio() local 6137 reset_method = amdgpu_asic_reset_method(adev); in amdgpu_device_suspend_display_audio() 6138 if ((reset_method != AMD_RESET_METHOD_BACO) && in amdgpu_device_suspend_display_audio() 6139 (reset_method != AMD_RESET_METHOD_MODE1)) in amdgpu_device_suspend_display_audio()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | siena.c | 102 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip() local 105 efx_siena_reset_down(efx, reset_method); in siena_test_chip() 110 rc = efx_siena_mcdi_reset(efx, reset_method); in siena_test_chip() 119 rc = efx_siena_mcdi_reset(efx, reset_method); in siena_test_chip() 121 rc2 = efx_siena_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon.c | 1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() local 1914 ef4_reset_down(efx, reset_method); in falcon_b0_test_chip() 1921 rc = falcon_reset_hw(efx, reset_method); in falcon_b0_test_chip() 1922 rc2 = ef4_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 139 What: /sys/bus/pci/devices/.../reset_method 147 reset_method is present in sysfs. Reading this file
|
| /linux/drivers/pci/ |
| H A D | pci-sysfs.c | 1569 static DEVICE_ATTR_RW(reset_method);
|