Home
last modified time | relevance | path

Searched refs:reset_pending (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
Dcpmac.c216 atomic_t reset_pending; member
541 atomic_inc(&priv->reset_pending); in cpmac_poll()
544 atomic_dec(&priv->reset_pending); in cpmac_poll()
556 if (unlikely(atomic_read(&priv->reset_pending))) in cpmac_start_xmit()
740 atomic_dec(&priv->reset_pending); in cpmac_hw_error()
774 atomic_inc(&priv->reset_pending); in cpmac_check_status()
824 atomic_inc(&priv->reset_pending); in cpmac_tx_timeout()
828 atomic_dec(&priv->reset_pending); in cpmac_tx_timeout()
1016 atomic_set(&priv->reset_pending, 0); in cpmac_open()
/linux-4.4.14/kernel/time/
Dclocksource.c174 int next_cpu, reset_pending; in clocksource_watchdog() local
180 reset_pending = atomic_read(&watchdog_reset_pending); in clocksource_watchdog()
265 if (reset_pending) in clocksource_watchdog()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c1840 efx->reset_pending) in efx_start_all()
2409 if (efx->reset_pending) { in efx_register_netdev()
2605 efx->reset_pending &= -(1 << (method + 1)); in efx_reset()
2607 __clear_bit(method, &efx->reset_pending); in efx_reset()
2689 pending = ACCESS_ONCE(efx->reset_pending); in efx_reset_work()
2748 set_bit(method, &efx->reset_pending); in efx_schedule_reset()
3281 efx->reset_pending = 0; in efx_pm_poweroff()
3349 efx->reset_pending = 0; in efx_io_error_detected()
Dnet_driver.h942 unsigned long reset_pending; member
Dfarch.c841 if (unlikely(ACCESS_ONCE(efx->reset_pending))) in efx_farch_handle_tx_event()
997 if (unlikely(ACCESS_ONCE(efx->reset_pending))) in efx_farch_handle_rx_event()
Def10.c2473 if (unlikely(ACCESS_ONCE(efx->reset_pending))) in efx_ef10_handle_rx_event()
2583 if (unlikely(ACCESS_ONCE(efx->reset_pending))) in efx_ef10_handle_tx_event()
Dfalcon.c1370 isolate = !!ACCESS_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c1403 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io() local
1409 if (clear_halt || reset_pending) in hid_restart_io()
1414 if (reset_pending || !test_bit(HID_STARTED, &usbhid->iofl)) in hid_restart_io()
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h445 struct hpsa_scsi_dev_t *reset_pending; member
Dhpsa.c316 return c->abort_pending || c->reset_pending; in hpsa_is_pending_event()
2260 if (c->reset_pending) { in hpsa_cmd_resolve_events()
2270 dev = c->reset_pending; /* Re-fetch under the lock. */ in hpsa_cmd_resolve_events()
2273 c->reset_pending = NULL; in hpsa_cmd_resolve_events()
2421 if (cp->reset_pending) in complete_scsi_command()
2935 c->reset_pending = dev; in hpsa_do_reset()
2940 c->reset_pending = NULL; in hpsa_do_reset()
5095 if (c->reset_pending) in hpsa_command_resubmit_worker()