Searched refs:reset_pending (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpmac.c | 215 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/ |
D | clocksource.c | 210 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/ |
D | efx.c | 1966 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 …]
|
D | efx.h | 315 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
|
D | net_driver.h | 965 unsigned long reset_pending; member
|
D | farch.c | 829 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()
|
D | ef10.c | 3547 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/ |
D | efx.c | 1828 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()
|
D | net_driver.h | 793 unsigned long reset_pending; member
|
D | farch.c | 837 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()
|
D | falcon.c | 1375 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hid-core.c | 1438 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/ |
D | hclge_main.h | 478 unsigned long reset_pending; /* client rst is pending to be served */ member
|
D | hclge_main.c | 2485 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/ |
D | hpsa_cmd.h | 451 struct hpsa_scsi_dev_t *reset_pending; member
|
D | hpsa.c | 348 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()
|