Searched refs:efx_mcdi_reset (Results 1 – 4 of 4) sorted by relevance
378 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method);
467 rc = efx_mcdi_reset(efx, reset_type); in ef100_reset()1058 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in ef100_probe_main()
574 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in efx_ef10_probe()1438 int rc = efx_mcdi_reset(efx, reset_type); in efx_ef10_reset()3428 rc = efx_mcdi_reset(efx, RESET_TYPE_WORLD); in efx_ef10_test_chip()
1920 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method) in efx_mcdi_reset() function