Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dsiena.c98 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip() local
101 efx_reset_down(efx, reset_method); in siena_test_chip()
106 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
115 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
117 rc2 = efx_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h556 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1136 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
Dsoc15.c943 .reset_method = &soc15_asic_reset_method,
976 .reset_method = &soc15_asic_reset_method
Dnv.c570 .reset_method = &nv_asic_reset_method,
Dcik.c1832 .reset_method = &cik_asic_reset_method,
Dsi.c1403 .reset_method = &si_asic_reset_method,
Dvi.c1032 .reset_method = &vi_asic_reset_method,
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
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()