Lines Matching refs:reset

44 /* How often and how many times to poll for a reset while waiting for a
106 /* Reset workqueue. If any NIC has a hardware failure then a reset will be
116 printk(KERN_ERR "Failed to create reset workqueue\n");
659 * Device reset and suspend
691 * schedule a 'recover or reset', leading to this recovery handler.
696 /* The EEH mechanisms will handle the error and reset the
706 * before reset.
808 /* Reset the NIC using the specified method. Note that the reset may
823 * EF100 reset is handled in the efx_nic_type callback below.
828 rc = efx->type->reset(efx, method);
830 netif_err(efx, drv, efx->net_dev, "failed to reset hardware\n");
843 * the reset was scheduled. This is still appropriate, even in the
867 netif_dbg(efx, drv, efx->net_dev, "reset complete\n");
874 * schedule a reset for later.
914 "recovering: skip scheduling %s reset\n",
930 netif_dbg(efx, drv, efx->net_dev, "scheduling %s reset\n",
936 "scheduling %s reset for %s\n",
945 * to abort probing or reschedule the reset later.
951 * reset is scheduled. So switch back to poll'd MCDI completions.
1205 * Stop the software path and request a slot reset.
1242 /* Fake a successful reset, which will be performed later in efx_io_resume. */
1250 "Cannot re-enable PCI device after reset.\n");
1257 /* Perform the actual reset and resume I/O operations. */
1282 /* For simplicity and reliability, we always require a slot reset and try to
1283 * reset the hardware when a pci error affecting the device is detected.
1285 * with our request for slot reset the mmio_enabled callback will never be