Home
last modified time | relevance | path

Searched refs:efx_reset_up (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Defx_common.h55 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
H A Defx_common.c739 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up() function
850 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset()
H A Def10.c3462 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()