Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpmac.c215 atomic_t reset_pending; member
538 atomic_inc(&priv->reset_pending); in cpmac_poll()
541 atomic_dec(&priv->reset_pending); in cpmac_poll()
554 if (unlikely(atomic_read(&priv->reset_pending))) in cpmac_start_xmit()
738 atomic_dec(&priv->reset_pending); in cpmac_hw_error()
772 atomic_inc(&priv->reset_pending); in cpmac_check_status()
822 atomic_inc(&priv->reset_pending); in cpmac_tx_timeout()
826 atomic_dec(&priv->reset_pending); in cpmac_tx_timeout()
989 atomic_set(&priv->reset_pending, 0); in cpmac_open()
/Linux-v4.19/kernel/time/
Dclocksource.c210 int next_cpu, reset_pending; in clocksource_watchdog() local
216 reset_pending = atomic_read(&watchdog_reset_pending); in clocksource_watchdog()
304 if (reset_pending) in clocksource_watchdog()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c1966 efx->reset_pending) in efx_start_all()
2237 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
2574 if (efx->reset_pending) { in efx_register_netdev()
2779 efx->reset_pending &= -(1 << (method + 1)); in efx_reset()
2781 __clear_bit(method, &efx->reset_pending); in efx_reset()
2863 pending = READ_ONCE(efx->reset_pending); in efx_reset_work()
2922 set_bit(method, &efx->reset_pending); in efx_schedule_reset()
3593 efx->reset_pending = 0; in efx_pci_probe()
3603 efx->reset_pending = 0; in efx_pci_probe()
3727 efx->reset_pending = 0; in efx_pm_poweroff()
[all …]
Defx.h315 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
Dnet_driver.h965 unsigned long reset_pending; member
Dfarch.c829 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_tx_event()
981 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_rx_event()
Def10.c3547 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_rx_event()
3696 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_tx_event()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c1828 efx->reset_pending) in ef4_start_all()
2289 if (efx->reset_pending) { in ef4_register_netdev()
2453 efx->reset_pending &= -(1 << (method + 1)); in ef4_reset()
2455 __clear_bit(method, &efx->reset_pending); in ef4_reset()
2519 pending = READ_ONCE(efx->reset_pending); in ef4_reset_work()
2573 set_bit(method, &efx->reset_pending); in ef4_schedule_reset()
3068 efx->reset_pending = 0; in ef4_pm_poweroff()
3136 efx->reset_pending = 0; in ef4_io_error_detected()
Dnet_driver.h793 unsigned long reset_pending; member
Dfarch.c837 if (unlikely(READ_ONCE(efx->reset_pending))) in ef4_farch_handle_tx_event()
993 if (unlikely(READ_ONCE(efx->reset_pending))) in ef4_farch_handle_rx_event()
Dfalcon.c1375 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c1438 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io() local
1444 if (clear_halt || reset_pending) in hid_restart_io()
1449 if (reset_pending || !test_bit(HID_STARTED, &usbhid->iofl)) in hid_restart_io()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h478 unsigned long reset_pending; /* client rst is pending to be served */ member
Dhclge_main.c2485 set_bit(HNAE3_GLOBAL_RESET, &hdev->reset_pending); in hclge_check_event_cause()
2492 set_bit(HNAE3_CORE_RESET, &hdev->reset_pending); in hclge_check_event_cause()
2498 set_bit(HNAE3_IMP_RESET, &hdev->reset_pending); in hclge_check_event_cause()
2735 set_bit(HNAE3_FUNC_RESET, &hdev->reset_pending); in hclge_do_reset()
2811 set_bit(hdev->reset_type, &hdev->reset_pending); in hclge_reset()
2861 hdev->reset_type = hclge_get_reset_level(hdev, &hdev->reset_pending); in hclge_reset_subtask()
/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h451 struct hpsa_scsi_dev_t *reset_pending; member
Dhpsa.c348 return c->reset_pending; in hpsa_is_pending_event()
2432 if (c->reset_pending) { in hpsa_cmd_resolve_events()
2442 dev = c->reset_pending; /* Re-fetch under the lock. */ in hpsa_cmd_resolve_events()
2445 c->reset_pending = NULL; in hpsa_cmd_resolve_events()
2599 if (cp->reset_pending) in complete_scsi_command()
3155 c->reset_pending = dev; in hpsa_do_reset()
3160 c->reset_pending = NULL; in hpsa_do_reset()
5540 if (c->reset_pending) in hpsa_command_resubmit_worker()