Home
last modified time | relevance | path

Searched refs:reset_work (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/dev/qat/qat_common/
H A Dadf_aer.c45 struct work_struct reset_work;
193 container_of(work, struct adf_reset_dev_data, reset_work);
244 INIT_WORK(&reset_data->reset_work, adf_device_reset_worker); in adf_dev_aer_schedule_reset()
245 queue_work(device_reset_wq, &reset_data->reset_work); in adf_dev_aer_schedule_reset()
49 struct work_struct reset_work; global() member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_init.c77 INIT_WORK(&dev->reset_work, mt7615_mac_reset_work); in mt7615_register_device()
H A Dmmio.c130 queue_work(dev->mt76.wq, &dev->reset_work); in mt7615_irq_tasklet()
H A Dpci_mac.c211 dev = container_of(work, struct mt7615_dev, reset_work); in mt7615_mac_reset_work()
H A Dmt7615.h260 struct work_struct reset_work; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci.c51 cancel_work_sync(&dev->reset_work); in mt7921e_unregister_device()
407 flush_work(&dev->reset_work); in mt7921_pci_suspend()
H A Dinit.c219 INIT_WORK(&dev->reset_work, mt7921_mac_reset_work); in mt7921_register_device()
H A Dusb.c265 flush_work(&dev->reset_work); in mt7921u_suspend()
H A Dsdio.c215 flush_work(&dev->reset_work); in mt7921s_suspend()
H A Dmac.c675 reset_work); in mt7921_mac_reset_work()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c806 struct ath12k_base *ab = container_of(work, struct ath12k_base, reset_work); in ath12k_core_reset()
951 INIT_WORK(&ab->reset_work, ath12k_core_reset); in ath12k_core_alloc()
H A Dmhi.c330 queue_work(ab->workqueue_aux, &ab->reset_work); in ath12k_mhi_op_status_cb()
H A Dcore.h768 struct work_struct reset_work; member
H A Dpci.c1367 cancel_work_sync(&ab->reset_work); in ath12k_pci_remove()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h167 struct work_struct reset_work; member
H A Dmt792x_mac.c285 queue_work(dev->mt76.wq, &dev->reset_work); in mt792x_reset()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmhi.c342 queue_work(ab->workqueue_aux, &ab->reset_work); in ath11k_mhi_op_status_cb()
H A Dcore.c1939 struct ath11k_base *ab = container_of(work, struct ath11k_base, reset_work); in ath11k_core_reset()
2116 INIT_WORK(&ab->reset_work, ath11k_core_reset); in ath11k_core_alloc()
H A Dcore.h962 struct work_struct reset_work; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h204 struct work_struct reset_work; member
H A Dmac.c1792 dev = container_of(work, struct mt7996_dev, reset_work); in mt7996_mac_reset_work()
1982 queue_work(dev->mt76.wq, &dev->reset_work); in mt7996_mac_dump_work()
2005 queue_work(dev->mt76.wq, &dev->reset_work); in mt7996_reset()
H A Dinit.c878 INIT_WORK(&dev->reset_work, mt7996_mac_reset_work); in mt7996_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h271 struct work_struct reset_work; member
H A Dmac.c1524 dev = container_of(work, struct mt7915_dev, reset_work); in mt7915_mac_reset_work()
1704 queue_work(dev->mt76.wq, &dev->reset_work); in mt7915_mac_dump_work()
1727 queue_work(dev->mt76.wq, &dev->reset_work); in mt7915_reset()
H A Dinit.c1220 INIT_WORK(&dev->reset_work, mt7915_mac_reset_work); in mt7915_register_device()

12