Home
last modified time | relevance | path

Searched refs:fwlog_tx_work (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c1513 struct ath10k *ar = container_of(work, struct ath10k, fwlog_tx_work); in ath10k_fwlog_print_work()
1522 &ar->fwlog_tx_work); in ath10k_fwlog_print_work()
1542 ieee80211_queue_work(ar->hw, &ar->fwlog_tx_work); in ath10k_handle_fwlog_msg()
1547 INIT_WORK(&ar->fwlog_tx_work, ath10k_fwlog_print_work); in ath10k_fwlog_register()
1555 cancel_work_sync(&ar->fwlog_tx_work); in ath10k_fwlog_unregister()
H A Dcore.h1279 struct work_struct fwlog_tx_work; member