Home
last modified time | relevance | path

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

/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.h666 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1532 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
/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);