Home
last modified time | relevance | path

Searched refs:update_tim_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/wfx/
Dwfx.h80 struct work_struct update_tim_work; member
Dsta.c611 struct wfx_vif *wvif = container_of(work, struct wfx_vif, update_tim_work); in wfx_update_tim_work()
626 schedule_work(&wvif->update_tim_work); in wfx_set_tim()
728 INIT_WORK(&wvif->update_tim_work, wfx_update_tim_work); in wfx_add_interface()
Ddata_tx.c389 schedule_work(&wvif->update_tim_work); in wfx_tx_inner()
524 schedule_work(&wvif->update_tim_work); in wfx_tx_confirm_cb()
Dqueue.c275 schedule_work(&wvif->update_tim_work); in wfx_tx_queues_get_skb()