Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c33 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()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dpci_reset.sh30 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 Dsoc15.c902 .reset_method = &soc15_asic_reset_method,
923 .reset_method = &soc15_asic_reset_method,
944 .reset_method = &soc15_asic_reset_method,
H A Damdgpu.h668 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1534 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
H A Damdgpu_drv.c967 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 Damdgpu_device.c6272 enum amd_reset_method reset_method; in amdgpu_device_suspend_display_audio() local
6280 reset_method = amdgpu_asic_reset_method(adev); in amdgpu_device_suspend_display_audio()
6281 if ((reset_method != AMD_RESET_METHOD_BACO) && in amdgpu_device_suspend_display_audio()
6282 (reset_method != AMD_RESET_METHOD_MODE1)) in amdgpu_device_suspend_display_audio()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c1899 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 Dsysfs-bus-pci139 What: /sys/bus/pci/devices/.../reset_method
147 reset_method is present in sysfs. Reading this file
/linux/drivers/pci/
H A Dpci-sysfs.c1570 static DEVICE_ATTR_RW(reset_method);