Searched refs:efx_reset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_common.h | 56 int efx_reset(struct efx_nic *efx, enum reset_type method);
|
H A D | efx_common.c | 813 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() function 903 (void)efx_reset(efx, method); in efx_reset_work() 1268 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume() 1271 "efx_reset failed after PCI error (%d)\n", rc); in efx_io_resume()
|
H A D | ethtool_common.c | 1310 return efx_reset(efx, rc); in efx_ethtool_reset()
|
H A D | efx.c | 530 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_common.h | 56 int efx_reset(struct efx_nic *efx, enum reset_type method);
|
H A D | efx_common.c | 808 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() function 898 (void)efx_reset(efx, method); in efx_reset_work() 1262 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume() 1265 "efx_reset failed after PCI error (%d)\n", rc); in efx_io_resume()
|
H A D | efx.c | 531 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
|
H A D | ethtool_common.c | 1311 return efx_reset(efx, rc); in efx_ethtool_reset()
|
Completed in 12 milliseconds