Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dwfx.h79 struct work_struct update_tim_work; member
H A Dsta.c629 struct wfx_vif *wvif = container_of(work, struct wfx_vif, update_tim_work); in wfx_update_tim_work()
644 schedule_work(&wvif->update_tim_work); in wfx_set_tim()
752 INIT_WORK(&wvif->update_tim_work, wfx_update_tim_work); in wfx_add_interface()
H A Ddata_tx.c366 schedule_work(&wvif->update_tim_work); in wfx_tx_inner()
499 schedule_work(&wvif->update_tim_work); in wfx_tx_confirm_cb()
H A Dqueue.c269 schedule_work(&wvif->update_tim_work); in wfx_tx_queues_get_skb()