Searched refs:dump_work (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | coredump.c | 43 struct ath11k_base *ab = container_of(work, struct ath11k_base, dump_work); in ath11k_coredump_upload()
|
| H A D | pci.c | 824 queue_work(ab->workqueue, &ab->dump_work); in ath11k_pci_coredump_download() 1212 cancel_work_sync(&ab->dump_work); in ath11k_pci_remove()
|
| H A D | core.h | 944 struct work_struct dump_work; member
|
| H A D | core.c | 2728 INIT_WORK(&ab->dump_work, ath11k_coredump_upload); in ath11k_core_alloc()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | pci.h | 125 struct work_struct dump_work; member
|
| H A D | pci.c | 1842 dump_work); in ath10k_pci_fw_dump_work() 1875 queue_work(ar->workqueue, &ar_pci->dump_work); in ath10k_pci_fw_crashed_dump() 2173 cancel_work_sync(&ar_pci->dump_work); in ath10k_pci_hif_stop() 3566 INIT_WORK(&ar_pci->dump_work, ath10k_pci_fw_dump_work); in ath10k_pci_setup_resource()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mt7915.h | 273 struct work_struct dump_work; member
|
| H A D | init.c | 1266 INIT_WORK(&dev->dump_work, mt7915_mac_dump_work); in mt7915_register_device()
|
| H A D | mac.c | 1654 dev = container_of(work, struct mt7915_dev, dump_work); in mt7915_mac_dump_work() 1728 queue_work(dev->mt76.wq, &dev->dump_work); in mt7915_reset()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mt7996.h | 417 struct work_struct dump_work; member
|
| H A D | mac.c | 2682 dev = container_of(work, struct mt7996_dev, dump_work); in mt7996_mac_dump_work() 2755 queue_work(dev->mt76.wq, &dev->dump_work); in mt7996_reset()
|
| H A D | init.c | 1707 INIT_WORK(&dev->dump_work, mt7996_mac_dump_work); in mt7996_register_device()
|